ReportViewerForMVC

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C351
This commit is contained in:
dmendez 2018-07-27 22:21:49 +00:00
parent 6de952d483
commit e32f8a65e9

View file

@ -50,8 +50,8 @@ namespace AYA.SlnSinort.Controllers
{ {
case "Aplicacion": case "Aplicacion":
reportViewer.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repSolicitud.rdlc"; reportViewer.LocalReport.ReportPath = Request.MapPath(Request.ApplicationPath) + @"\Reportes\rdlc\repAplicacion.rdlc";
reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsSolicitud", tds.Tables["Datos"])); reportViewer.LocalReport.DataSources.Add(new ReportDataSource("dtsAplicacion", tds.Tables["Datos"]));
break; break;