Reputation: 3435
We have lots of SSRS reports. We are planning to migrate those to Azure but found it is not supported. Does Power BI support SSRS reports? If yes, can we use Power BI reports in asp.Net application like we can load SSRS reports in report viewer in asp.net?
Upvotes: 1
Views: 197
Reputation: 4967
Power BI Premium does support SSRS reports, called Paginated Reports to separate them from the standard Power BI Reports. However Paginated Reports will have some feature gaps, for example sub-reports has only just been implemented in Paginated Reports.
In terms of designing paginated reports, the Report designer is the same interface and style. You can embedded both the Power BI and the Paginated reports into a asp.net application, by using the Power BI Embedded API
Upvotes: 0
Reputation: 2507
Power BI has what Microsoft is branding Paginated Reports. Its functionality within Power BI to support the RDL format from SSRS. You will need Power BI premium to get that feature though.
As far as using report view in .Net I am not sure. Since this is a rather new feature of Power BI there isn't a wealth of resources about it. I was able to find this documentation about embedding a paginated report.
Upvotes: 1