// public DataSet GetVoucherListingReport(DateTime startDate, DateTime endDate, string sStatus, string sSlot) { return(reportsDataAccess.GetVoucherListingReport(startDate, endDate, sStatus, sSlot)); }