Using SQL Server 2016 CTP3.2 Report Viewer (13.0.800.111), only the toolbar is shown.
It looks like a Power BI method is missing.
Also, wil
To overcome broken report viewer you have to purge its files v.13.0.1601.5 from GAC and use updated ones from nuget package: Microsoft.ReportingServices.ReportViewerControl.WebForms.Preview (version 130.1700.305, published 2016-09-20).
- Make sure you have the latest version of SQL Server Data Tools installed. Earlier versions incorrectly GAC'ed certain libraries that will cause issues.
- The Report Viewer Control is designed to be included in projects via nuget. It's not a good idea to add the libraries to the GAC.
- If deploying the control on an intranet site make sure that the page is targeting HTML5.
More info at this page: https://github.com/Microsoft/Reporting-Services/blob/master/Docs/Get-Started-With-RVC.md#next-steps---read
It works: