public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            StudentReport rpt = new StudentReport();

            rpt.Site = this.Site;
            return(rpt);
        }
Beispiel #2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() {
     StudentReport rpt = new StudentReport();
     rpt.Site = this.Site;
     return rpt;
 }