Exemplo n.º 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            GuestReport rpt = new GuestReport();

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
 private void GuestRep_Load(object sender, EventArgs e)
 {
     CR = new GuestReport();
     crystalReportViewer1.ReportSource = CR;
 }