public DataTable GetBeginNetQuantity(string pstrCCNID) { DCPReportDS dsReport = new DCPReportDS(); return(dsReport.GetBeginNetQuantity(pstrCCNID)); }