SSRS Report Manager set default zoom level

两盒软妹~` 提交于 2019-12-11 09:58:06

问题


I have deployed around 40 report parts to my reporting server which are all working correctly.

The problem is my zoom is default 100 for all of them, I want a number of them to default to 75.

I have tried creating a portal with links to all report parts and using the &rc:Zoom=75 on the end of the URL for the link but it still defaults to 100.

Can anyone suggest how I can achieve what I want?


回答1:


Instead of going to :

http://mysqlservername/Reports/

and getting the full URL from here (plus &rc:Zoom=75)

I went here:

http://mysqlservername/ReportServer

Which is like the back end.

From here I went to the report part I wanted to default to 75 and right clicked and selected'copy shortcut'

I then pasted this into the 'Go to URL' box along with the

&rc:Zoom=75



回答2:


What's your full URL? I realized that the zoom doesn't work if I also have &rc:toolbar=false. If I add &rc:Zoom=25 to a standard report it work's fine.

Try removing any other tags than you may have on the URL to see which one is preventing the Zoom from working.



来源:https://stackoverflow.com/questions/10848604/ssrs-report-manager-set-default-zoom-level

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