示例#1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            crpt_SoGhiChep rpt = new crpt_SoGhiChep();

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