public ArrayList GetGroupByFields(string pstrReportID) { sys_ReportFieldsDS dsFields = new sys_ReportFieldsDS(); return(dsFields.GetGroupByFields(pstrReportID)); }