ReportViewerForMVC
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C351
This commit is contained in:
parent
6de952d483
commit
e32f8a65e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue