Esempio n. 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            TransferOutReportSellingPrice rpt = new TransferOutReportSellingPrice();

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