From e32f8a65e9d1b41bb2dd816ff3526406c725d5ef Mon Sep 17 00:00:00 2001 From: dmendez Date: Fri, 27 Jul 2018 22:21:49 +0000 Subject: [PATCH] ReportViewerForMVC git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C351 --- AYA.SlnSynor/AYA.SlnSynor/Controllers/ReportesController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AYA.SlnSynor/AYA.SlnSynor/Controllers/ReportesController.cs b/AYA.SlnSynor/AYA.SlnSynor/Controllers/ReportesController.cs index d02f90fc5..e0157bc5f 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Controllers/ReportesController.cs +++ b/AYA.SlnSynor/AYA.SlnSynor/Controllers/ReportesController.cs @@ -50,8 +50,8 @@ namespace AYA.SlnSinort.Controllers { case "Aplicacion": - reportViewer.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repSolicitud.rdlc"; - reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsSolicitud", tds.Tables["Datos"])); + reportViewer.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repAplicacion.rdlc"; + reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsAplicacion", tds.Tables["Datos"])); break;