Exemplo n.º 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            _ProductInventoryReportQTYINOUT rpt = new _ProductInventoryReportQTYINOUT();

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