public DataTable SelectSaleReport(int DistributorID, int PeriodID, int ProductID)
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.SelectSaleReport(DistributorID, PeriodID, ProductID));
 }
 public DataSet ViewReport_SaleAndStockWithStChange()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.Report_SaleAndStockWithStChange());
 }
 public DataSet ViewReport_RegionalProductivityPlan()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.Report_RegionalProductivityPlan());
 }
 public DataSet ViewReport_DSRBrandBLL(int chk)
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.Report_DSRBrand(chk));
 }
 public DataSet GetClosing_BLL()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.GetClosing());
 }
 public DataSet ViewAllNew()
 {
     objSalesandstockReportDAL = new Salesandstock_Report_DAL(objSalesandstockReportProperty);
     return(objSalesandstockReportDAL.SelectAllNew());
 }