From 55c86682bd42fd219f8c43589ac87e183797a563 Mon Sep 17 00:00:00 2001 From: dmendez Date: Fri, 27 Jul 2018 21:45:59 +0000 Subject: [PATCH] ReportViewerForMVC git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C341 --- .../Views/Reportes/Aplicacion.cshtml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 AYA.SlnSynor/AYA.SlnSynor/Views/Reportes/Aplicacion.cshtml diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Reportes/Aplicacion.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Reportes/Aplicacion.cshtml new file mode 100644 index 000000000..8095e0c1b --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Reportes/Aplicacion.cshtml @@ -0,0 +1,18 @@ +@using ReportViewerForMvc; + +@{ + ViewBag.Title = "Listado de Aplicaciones"; + Layout = "~/Views/Shared/_Layout.cshtml"; +} + +
+

   Listado de Aplicación

+
+ +
+ @Html.ReportViewer(ViewBag.ReportViewer as Microsoft.Reporting.WebForms.ReportViewer) +
+
+
+ +