示例#1
0
文件: rptTeste.cs 项目: brozuni9/GIT
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            rptTeste rpt = new rptTeste();

            rpt.Site = this.Site;
            return(rpt);
        }
示例#2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
     rptTeste rpt = new rptTeste();
     rpt.Site = this.Site;
     return rpt;
 }