User would like to Open Reports Published to Power BI Report Server on Premise from .net application just like SSRS reports.
Solved! Go to Solution.
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.
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.
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.