예제 #1
0
 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
 //获取通用报告项
 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));
        }