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

            rpt.Site = this.Site;
            return(rpt);
        }
Example #2
0
        private void ReporteLogInViewer_Load(object sender, EventArgs e)
        {
            ReporteRecibo abrir = new ReporteRecibo();

            abrir.SetDataSource(datos);
            ReporteLogInViewer.ReportSource = abrir;
            ReporteLogInViewer.Refresh();
        }