How to Embed SSRS/ Power BI Report in ASP.NET Core Application...

Since we cannot use Web Forms with ASP.NET Core applications, it is not possible to use the Report Viewer control to embed SSRS reports.
Therefore as an alternative approach, I have used IFRAME to embed SSRS report in ASP.NET Core application.

There are slight differences when we use the IFRAME for SSRS Reports and Power BI reports deployed on Power BI Report Server. The approach use for the SSRS reports can be used for the SSRS reports deployed on SQL Server Report Server as well.

SSRS Reports:



PowerBI Reports:



Hope this will be helpful.

No comments:

Post a Comment

tablename_WriteToDataDestination: Mashup Exception Data Source Error Couldn't refresh the entity...

 Once a Dataflow is created and published on Fabric, got the below error while refreshing the Dataflow. tablename_ WriteToDataDestination: M...