简体   繁体   English

SQL Server Reporting Services Reporting Services树在mvc应用程序中使用iframe导航

[英]SQL Server Reporting Services Reporting Services Tree Navigation with out iframe in mvc application

Work on SQL Server Reporting Services. 使用SQL Server Reporting Services。 Service url is http://xxxx/Reports/Pages/Folder.aspx . 服务网址为http://xxxx/Reports/Pages/Folder.aspx To show this service in my mvc application I used iframe 要在我的mvc应用程序中显示此服务,我使用了iframe

Syntax is bellow 语法是下面的

<iframe id="Iframe1" name="Main" height="400" width="1200" src=" http://xxxx/Reports/Pages/Folder.aspx" frameborder="0" /> 

It's work perfectly,but with out iframe want to show service report in mvc application. 它的工作完美,但是iframe想要在mvc应用程序中显示服务报告。

你可以避免使用iframe

<object data="http://server/reportserver/..." width="100%" height="800px" ></object>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM