Jump to specific page in reporting services

对着背影说爱祢 提交于 2020-01-14 05:51:26

问题


I have a multipage reporting services report, and i would like to start from a specific page, not page one as default.

Is there a way to do this?


回答1:


http://myrsserver/reportserver?http://portal/reports/sample%20reports/departmental%20sales.rdl&rs:Command=Render&rc:Zoom=Whole%20Page&rc:Parameters=collapsed&rc:DocMap=true&rc:Section=999

Where "Section" parameter is your Page Number.

In the HTML Viewer, there are many options available that can be used to controlling report rendering. This is a short list of the of the ones you’re likely to find useful:

* rs:Format – Rendering modes you can pass are HTML3.2, HTML4.0, MHTML, IMAGE, EXCEL, WORD, CSV, PDF, XML, defaults to HTML4.0
* rc:Zoom – Specified in percentages, supports Page Width and Whole Page, defaults to 100%
* rc:Toolbar – True/False, used to show/hide the toolbar, defaults to true
* rc:Parameters – True/False/Collapsed, used to show/hide/collapse the parameters in the toolbar, defaults to true
* rc:DocMap – True/False, used to show/hide document map, defaults to true (not shown unless report has document map)
* rc:Section – Specifies default page number to display, defaults to 1
* rc:BookMarkID – Jumps to a specific bookmark in a report
* rc:FindString – Provides search criteria to the report and finds the first instance of the string specified


来源:https://stackoverflow.com/questions/2540177/jump-to-specific-page-in-reporting-services

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