예제 #1
0
파일: crp8.cs 프로젝트: wwkkww1983/yh
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            crp8 rpt = new crp8();

            rpt.Site = this.Site;
            return(rpt);
        }
예제 #2
0
파일: crp8.cs 프로젝트: hkiaipc/yh
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     crp8 rpt = new crp8();
     rpt.Site = this.Site;
     return rpt;
 }