Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reporting Template (RDLC) not exists in Visual Studio 2017

Reporting template Component (RDLC) not exists to as New Item in Visual Studio 2017 Enterprise.

How to resolve this?

I have tried by installing SQL Server Data Tools.

Previously it works for me in Visual Studio 2015.

like image 964
Udara Eshan Ariyarathne Avatar asked Mar 17 '17 03:03

Udara Eshan Ariyarathne


2 Answers

There is a bug in the extension Microsoft Rdlc Report Designer for Visual Studio that the ReportViewer shows up as a non-visual component.

Instead use the NuGet Package Microsoft.ReportingServices.ReportViewerControl.WinForms for each project that will use the ReportViewer. Part of the solution involves removing the ReportViewer from the toolbox after use and restarting Visual Studio before opening the next project/solution.

Please see this answer to a similar question for step by step details.

like image 160
Rich Shealer Avatar answered Oct 17 '22 18:10

Rich Shealer


The RDLC editor for VS2017 is only available as a VSIX installer from the marketplace: Download

like image 8
MDN Avatar answered Oct 17 '22 18:10

MDN