public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            LAOKHOA_crpt_DailyParamTestReport1 rpt = new LAOKHOA_crpt_DailyParamTestReport1();

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