public DataSet GetReportDetails(int ReportID, string strReportType, string SelectedQuarter) { try { clsDALReports objclsDALReports = new clsDALReports(); objds = objclsDALReports.GetReportDetails(ReportID, strReportType, SelectedQuarter); return(objds); } catch (Exception ex) { throw ex; } }