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

How to run UPDATE/INSERT/DELETE Statements on Azure SQL Database in Microsoft Fabric Notebook...

You can run UPDATE/INSERT/DELETE Statements on Azure SQL Database in Microsoft Fabric Notebook using Python SQL Driver - pyodbc.  For the Fa...