Exemple #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            ProductCrystalReport rpt = new ProductCrystalReport();

            rpt.Site = this.Site;
            return(rpt);
        }
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     ProductCrystalReport rpt = new ProductCrystalReport();
     rpt.Site = this.Site;
     return rpt;
 }