I have a report viewer control in my web application project which is trying to render some rdlc reports. When I run my application a browser window (IE11) opens and shows a report viewer control Menu/Header (See screenshot below). I click the 'floppy disk icon' to save as a PDF. The PDF looks perfect. I want the report to be shown in the report viewer. Any thoughts?
I am running:
- IE 11
- solution is targeting .Net 4.5.2
- SQL Server 2016
I have tried the following so far with no luck:
- Added
localhostto IE "Compatibility View" - Changed the config file as per the last post in the below link:
https://social.msdn.microsoft.com/Forums/en-US/7f07087b-ff38-4c3d-943f-80d56a6da369/2010-reportviewer-control-not-rendering-in-internet-explorer-when-sizetoreportcontent-false?forum=vsreportcontrols - Changed the config file as per the marked answer (AsyncRendering was throwing exception so not added) in the below link:
ReportViewer control not displaying reports - Updated the assemblies as per the below link: https://learn.microsoft.com/en-us/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started
