コード例 #1
0
        public ArrayList GetGroupByFields(string pstrReportID)
        {
            sys_ReportFieldsDS dsFields = new sys_ReportFieldsDS();

            return(dsFields.GetGroupByFields(pstrReportID));
        }