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