コード例 #1
0
ファイル: crpt_PHIEUTHU1.cs プロジェクト: liyang-live/LabUI
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            crpt_PHIEUTHU rpt = new crpt_PHIEUTHU();

            rpt.Site = this.Site;
            return(rpt);
        }
コード例 #2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     crpt_PHIEUTHU rpt = new crpt_PHIEUTHU();
     rpt.Site = this.Site;
     return rpt;
 }