Around June 1th. 2017 our rdlc reports suddenly runs very slow.
A small report returning approx 100 rows that is rendered in a tablix makes the IIS go to 100% for approx 9-10 seconds.
The CPU increase happens after the report data has been received and IIS starts rendering the report.
The issue exists on Windows Server 2016 and Windows 10 (iisexpress and iis) environments, while the same report runs normally on Windows Server 2012 only boosting IIS CPU for less than one second.
Microsoft ReportViewer is version 11.0 and .Net version 4.6.1648.0. We have updated Windows Server 2012 to .Net version 4.7.2053.0 and it's still running fast. Windows 10 is also updated to version 4.7.2053 and it's still slow (high CPU load).
All web.config settings is the same on all machines and AppPool's is configured the same.
We have tested with ReportViewer version 12 and it's the same issue (slow on Win2016/Win10, fast on Win2012).
We suspect that the issue is related to IIS or .NET or some other Microsoft module.
Any others having the same issue? Any ideas?