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.
Error
Image may be NSFW.
Clik here to view.
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.
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.
The post Displaying SSRS Reports in External Applications using an iframe – SQL Server 2016 appeared first on SharePoint Rider.