Пример #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            PunishEmployee rpt = new PunishEmployee();

            rpt.Site = this.Site;
            return(rpt);
        }
Пример #2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     PunishEmployee rpt = new PunishEmployee();
     rpt.Site = this.Site;
     return rpt;
 }