public DataSet CheckAllDBReports(int AppiD, string strCurrQuarter, string strRepType) { objclsDALReports = new clsDALReports(); DataSet ds = objclsDALReports.CheckAllDBReports(AppiD, strCurrQuarter, strRepType); return(ds); }