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