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