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