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

            rpt.Site = this.Site;
            return(rpt);
        }
Example #2
0
        private void Reporte2_Load(object sender, EventArgs e)
        {
            Reporte1 Objreporte = new Reporte1();

            crystalReportViewer1.ReportSource = Objreporte;
        }