Quantcast
Viewing all articles
Browse latest Browse all 55

Displaying SSRS Reports in External Applications using an iframe – SQL Server 2016

Problem Statement

After upgrading the SQL Server Reporting Service to 2016, the SSRS reports embedded in different applications including SharePoint pages using an iframe tag or page viewer web parts were stopped rendering.

Image may be NSFW.
Clik here to view.
iframe1.PNG

Error

Image may be NSFW.
Clik here to view.
erroriframe

Workaround Tried

I tried to fix this issue by adding the following entries in the rsreportserver.config but no luck.

Image may be NSFW.
Clik here to view.
report config file.png

The rsreportserver.config file is installed in the following location by default:

SharePoint Mode

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting

Native Mode

C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer

Solution

Added rs:Embed=true as a query parameter at the end of the report URL and this fixed the issue and reports started working properly.

Image may be NSFW.
Clik here to view.
iframe2.PNG

The post Displaying SSRS Reports in External Applications using an iframe – SQL Server 2016 appeared first on SharePoint Rider.


Viewing all articles
Browse latest Browse all 55

Trending Articles