I am trying to add a .rdlc
report to a C# Windows application using Visual Studio 2017 Community, but the ReportViewer
control shows as a non-visual component below the form.
I have tried the solution I found here: https://www.c-sharpcorner.com/article/install-rdlc-extensions-in-visual-studio-2017/
and here: Reportviewer tool missing in visual studio 2017 RC
I want to be able to display the .rdlc
report on the form, just like the way it appears on other versions of Visual Studio. Any assistance will be appreciated.