ReportViewerForMVC
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C341
This commit is contained in:
parent
f1636d6d43
commit
55c86682bd
1 changed files with 18 additions and 0 deletions
18
AYA.SlnSynor/AYA.SlnSynor/Views/Reportes/Aplicacion.cshtml
Normal file
18
AYA.SlnSynor/AYA.SlnSynor/Views/Reportes/Aplicacion.cshtml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
@using ReportViewerForMvc;
|
||||||
|
|
||||||
|
@{
|
||||||
|
ViewBag.Title = "Listado de Aplicaciones";
|
||||||
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||||
|
}
|
||||||
|
|
||||||
|
<form id="formForo" class="form-horizontal" role="form">
|
||||||
|
<div class="panel-body"> <h3> <i class="fa fa-file-text"></i> Listado de Aplicación </h3> </div>
|
||||||
|
<div style="background-color: #fff">
|
||||||
|
|
||||||
|
<div class="panel-body">
|
||||||
|
@Html.ReportViewer(ViewBag.ReportViewer as Microsoft.Reporting.WebForms.ReportViewer)
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue