public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { ReporteRecibo rpt = new ReporteRecibo(); rpt.Site = this.Site; return(rpt); }
private void ReporteLogInViewer_Load(object sender, EventArgs e) { ReporteRecibo abrir = new ReporteRecibo(); abrir.SetDataSource(datos); ReporteLogInViewer.ReportSource = abrir; ReporteLogInViewer.Refresh(); }