예제 #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            rptBCXuatNhapTonTheoKhoHang rpt = new rptBCXuatNhapTonTheoKhoHang();

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