John Chapman

[SQL Reporting Services 2008 R2] Hide Header, Toolbar, or Parameters When Viewing in SharePoint Integrated Mode

Share on TwitterShare on LinkedInShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

I have a number of instances where SSRS reports are displayed through Page Viewer Web Parts in SharePoint. When doing so, I like to only display the report, not the header, toolbar, or parameters section. You can hide them by appending these query strings to the URL:

rv:HeaderArea=None
rv:ToolBar=None
rv:ParamMode=Hidden

For example:

http://{SHAREPOINT_SITE}/_layouts/ReportServer/RSViewerPage.aspx
?rv:RelativeReportUrl=/Reports/report.rdl&rv:HeaderArea=None&rv:ToolBar=None
&rv:HeaderArea=None&rv:ToolBar=None&rv:ParamMode=Hidden

That’s it.

Source

Share on TwitterShare on LinkedInShare on TumblrSubmit to StumbleUponSave on DeliciousDigg ThisSubmit to reddit

John Chapman

Hello, I'm John Chapman. I am a SharePoint developer living in Denver, Colorado. I develop solutions using ASP.NET, C#, jQuery, SQL, SharePoint, etc, and I thrive on the challenge of writing code to overcome the impossible, annoying, or otherwise difficult obstacles.

More Posts - Website - Twitter

Leave a comment

John Chapman