Beispiel #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            LunchOverTimeInMonth rpt = new LunchOverTimeInMonth();

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