Sunday, May 26, 2013

Using HTML Viewer with SSRS SharePoint Integrated Mode

Our farm has SharePoint 2010 and SQL Server 2008R2 with SSRS in SharePoint integrated mode. Rather than using the RSViewerPage or RSViewerWebPart, I want to use the HTML Viewer to display SSRS reports that I have stored in a SharePoint library. I have been researching and from what I can tell if I do something like the following:


https://{sharepoint_site}/_vti_bin/reportserver?https://{sharepoint_site}/{library}/report.rdl&rs:command=Render


or


https://{sharepoint_site}/{sub-site}/_vti_bin/reportserver?https://{sharepoint_site}/{sub-site}/{library}/report.rdl&rs:command=Render


it should work. However in either case when I do this it redirects me to the RSViewerPage. For the first case above I get:


https://{sharepoint_site}/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportURL=/{library}/report.rdl


Anyone know what I may be doing wrong? Thanks for any help


Nick


No comments:

Post a Comment