Exemple #1
0
        private void ReporteExpaciones_Load(object sender, EventArgs e)
        {
            ReporteExportaciones reportes   = new ReporteExportaciones();
            ExportacionReporte   expReporte = new ExportacionReporte();

            reportes.ExportacionesCrystalReportViewer.ReportSource = expReporte;
        }
 private void ReporteExpaciones_Load(object sender, EventArgs e)
 {
     ReporteExportaciones reportes = new ReporteExportaciones();
     ExportacionReporte expReporte = new ExportacionReporte();
     reportes.ExportacionesCrystalReportViewer.ReportSource = expReporte;
 }