コード例 #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            rptHDBanLe2 rpt = new rptHDBanLe2();

            rpt.Site = this.Site;
            return(rpt);
        }
コード例 #2
0
ファイル: rptHDBanLe2.cs プロジェクト: mrk29vn/vna-accounting
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     rptHDBanLe2 rpt = new rptHDBanLe2();
     rpt.Site = this.Site;
     return rpt;
 }