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

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