ilich / MvcReportViewer

ASP.NET MVC Html Helpers for ReportViewer Control.
MIT License
280 stars 131 forks source link

SQL Server Reporting Services 2016 #192

Closed RamblingGeekUK closed 7 years ago

RamblingGeekUK commented 7 years ago

Does this work with SQL Server Reporting Services 13.01601.5

Nothing is being rendered in my MVC app. Just blank, no errors? Do I need to install the 2012 bits?

ilich commented 7 years ago

The project uses Microsoft Report Viewer 2012 to render reports. Make sure it is installed on your server. https://www.microsoft.com/en-us/download/details.aspx?id=35747

Please make sure that your configuration in Web.config is correct. I haven't tested the library with the latest SSRS. I hope I will find time in the future to update it.