Hiding Toolbar and navigation in SSRS report inside an IFrame

空扰寡人 提交于 2019-12-12 01:33:15

问题


I have deployed an SSRS report on my local server and now am planning to render this report on a web page using IFrame.Its a PHP application

IFrame displays the report but also displays the tool bar and navigation links on the top of the report.

Could some help me hide the tool bar and the navigation links on the top of the report.

Used &rc:Toolbar=false as suggested in the [this_link] (http://msdn.microsoft.com/en-us/library/ms152835.aspx) but there was no change.

Link am using to navigate to the report

http://<computername>/Reports/Pages/Report.aspx?ItemPath=%2fReport+Project1%2fReport1&rc:Toolbar=false

Any other better alternatives to render the SSRS report apart from using IFrame in PHP?


回答1:


You obviously didn't bother to read the page you linked to before posting this question. Your URL looks nothing like the examples.

You should be pointing to a /reportserver style URL, not /Reports.



来源:https://stackoverflow.com/questions/23727903/hiding-toolbar-and-navigation-in-ssrs-report-inside-an-iframe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!