Пример #1
0
        public DataSet ExecuteReportCommand(string pstrReportCommand, string pstrTableName)
        {
            DataSet      dstResult = new DataSet();
            sys_ReportDS dsReport  = new sys_ReportDS();

            dstResult = dsReport.ExecuteReportCommand(pstrReportCommand, pstrTableName);
            return(dstResult);
        }