protected void ApplyMiscCharge(DataTable dt, int id) { ReportUtility.ApplyMiscCharge(Session, dt, ClientAccountData, Report.StartPeriod, Report.EndPeriod, Report.BillingCategory, id); }
protected void ApplyFilter() { ReportUtility.ApplyFilter(Session, ClientAccountData, Report.BillingCategory); }