public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { ReporteFS rpt = new ReporteFS(); rpt.Site = this.Site; return(rpt); }
private void FormReporteFServicioscs_Load(object sender, EventArgs e) { this.serviciosTableAdapter1.Fill(this.bddEmpresaEnkantaDataSet1.Servicios); this.vista_DetalleFServiciosTableAdapter1.Fill(this.bddEmpresaEnkantaDataSet1.Vista_DetalleFServicios); ReporteFS reporte = new ReporteFS(); reporte.SetDataSource(bddEmpresaEnkantaDataSet1); crystalReportViewer1.ReportSource = reporte; }