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

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
 override protected void OnInit(EventArgs e)
 {
     //
     // CODEGEN: This call is required by the ASP.NET Web Form Designer.
     //
     //InitializeComponent();
     base.OnInit(e);
     r = new RSearch();
 }