public DataTable GetItemCostDetailedByElementAndProductionLineData(string pstrCCNID, string pstrYear, string pstrMonth, string pstrListDepartmentID, string pstrListProductionLineID, string pstrListCategoryID, string pstrListProductID, int pintMakeItem) { C1PrintPreviewDialogDS objDS = new C1PrintPreviewDialogDS(); return(objDS.GetItemCostDetailedByElementAndProductionLineData(pstrCCNID, pstrYear, pstrMonth, pstrListDepartmentID, pstrListProductionLineID, pstrListCategoryID, pstrListProductID, pintMakeItem)); }