-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Suggestion: SQL Server 2016 #184
Comments
Thank you for the idea. I will take a look once I have time to do maintenance for the project. Pull requests are always welcome! :-) |
Hi ilich, big news on this: Microsoft release a preview of new SSRS 2016 ReportViewer controls. See NuGet package: https://www.nuget.org/packages/Microsoft.ReportingServices.ReportViewerControl.WebForms.Preview/ That means it could work out -of-the-box with MvcReportViewer project. I'm just trying it. |
Am trying same, seems like MVCReportViewer depends on version 11, can't get it to take v13: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) |
Have it working, added in web.config under configuration/runtime/assemblyBinding:
|
Thank you for the update! I will have to add this to NuGet scripts. |
Firebug reports a 404 on resource on rendering: "NetworkError: 404 Not Found - http://myhostname/Reserved.ReportViewerWebControl.axd?OpType=BackImage&Version=13.0.1601.5&Color=%23ECE9D8&Name=Microsoft.Reporting.WebForms.Icons.toolbar_bk.png" |
It seems that Microsoft fixed several issues they had in the previous report. I built a few workarounds to be able to use the viewer in Chrome and FF. Anyway, I will have to build new version for Report Viewer 2016. Thank you for the update. |
Hi there, Just for reference, the Microsoft Reporting Services github Page can be found here: https://github.com/Microsoft/Reporting-Services You can report any issues to Microsoft directly: Report Control Feedback [email protected] Regards |
Hi,
I'm currently using SSRS with SQL Server 2016. Microsoft implemented a new ReportViewer.aspx on the server with a new design that better integrates in modern MVC Apps.
It would be great if you can implement it.
The toolbar now looks like this:
Edit:
Perhaps Microsoft will release a new version of ReportViewer client-side controls for SSRS 2016. As of today, there is no new release and one has to use the 2015 controls with old design.
The text was updated successfully, but these errors were encountered: