Forum Discussion

HBLINEBURY's avatar
HBLINEBURY
Icon for Microsoft Employee rankMicrosoft Employee
3 years ago
Solved

Imbed Power BI Report Server Reports in .net App

User would like to Open Reports Published to Power BI Report Server on Premise from .net application just like SSRS reports.

  • It depends on what you mean by "open" url access should work fine for opening reports. If you want to embed them inside your .net app then paginated reports work the same in PBIRS as they do in SSRS. Power BI Reports are slightly different in that you cannot use the Report Viewer control, but you can embed those in an iframe which should give a similar experience.

2 Replies

  • It depends on what you mean by "open" url access should work fine for opening reports. If you want to embed them inside your .net app then paginated reports work the same in PBIRS as they do in SSRS. Power BI Reports are slightly different in that you cannot use the Report Viewer control, but you can embed those in an iframe which should give a similar experience.

  • HBLINEBURY's avatar
    HBLINEBURY
    Icon for Microsoft Employee rankMicrosoft Employee

    This implemenation is a destop application. The developer used a Webview 2 control and then the iframe that enabled them to view the report.  The initial implementation has not presented export or printing features once the report is displayed so we will be exploring that going forward.