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