コード例 #1
0
ファイル: ReportManager.cs プロジェクト: XYSWLK/XYSTest
 public ReportManager()
 {
     this._graphDAL = new RFGraphDataDAL();
     this._rfDAL = new ReportFormDAL();
     this._riDAL = new ReportItemDAL();
     this._gsCommonDAL = new GSCommonItemDAL();
     this._gsItemDAL = new GSReportItemDAL();
 }
コード例 #2
0
 public ReportManager()
 {
     this._graphDAL    = new RFGraphDataDAL();
     this._rfDAL       = new ReportFormDAL();
     this._riDAL       = new ReportItemDAL();
     this._gsCommonDAL = new GSCommonItemDAL();
     this._gsItemDAL   = new GSReportItemDAL();
 }
コード例 #3
0
ファイル: ReportManager.cs プロジェクト: XYSWLK/XYSTest
 //获取通用报告项
 private List<ReportItemModel> GetItemList(Hashtable itemEqualFields)
 {
     ReportItemDAL ridal = new ReportItemDAL();
     return ridal.SearchList(itemEqualFields);
 }
コード例 #4
0
        //获取通用报告项
        private List <ReportItemModel> GetItemList(Hashtable itemEqualFields)
        {
            ReportItemDAL ridal = new ReportItemDAL();

            return(ridal.SearchList(itemEqualFields));
        }