UwakPeter
UwakPeter

Reputation: 341

How to display rdlc report in Visual Studio 2017 Community

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.

Upvotes: 0

Views: 2197

Answers (1)

binh nguyen
binh nguyen

Reputation: 127

As I know Visual Studio 2015 and above versions has hidden RDLC report viewer. To enable this feature you can go to ControlPanel > Visual Studio 2017 > Right click and choose Update, then you can find the extension for RDLC.

I also found a link to do it easier : install RDLC extension for report viewer in VisualStudio 2017

Upvotes: 1

Related Questions