2

After following the steps that it's defines in here Reportviewer tool missing in visual studio 2017 RC. I can't still make it work the Report Viewer, this is how it appears in the Toolbox:

enter image description here

This ReportViewer tool only appear after right-click on the Toolbox and then i selected on 'Show All'. After doing all of this i still can not drag it to the design report.

I do not know how to solve this.

Juan José
  • 193
  • 2
  • 3
  • 22
  • Hi have you installed the report viewer in nugget – Cadalzo LC Aug 23 '17 at 02:15
  • Yes, i installed from nugget. I followed all the steps that it's described in this link https://stackoverflow.com/questions/40713705/reportviewer-tool-missing-in-visual-studio-2017-rc/43375646#43375646 – Juan José Aug 23 '17 at 02:24
  • What version of windows do you use? That problem gave me windows7 but in Windows 10 it didn't give me problems anymore.- – Gio Alex Aug 05 '19 at 22:03
  • Avoid answering questions with questions. – Giddy Naya Aug 05 '19 at 23:08
  • This does not provide an answer to the question. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](https://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/low-quality-posts/23718668) – zmag Aug 06 '19 at 00:10

1 Answers1

7

In addition to the answer Reportviewer tool missing in visual studio 2017 RC, this can be done by:

  • Delete any report viewer in the Toolbox
  • Open the Reportviewer package folder in your project (D:...packages\Microsoft.ReportingServices.ReportViewerControl.Winforms.140.340.80\lib\net40)
  • Drag the file "Microsoft.ReportViewer.WinForms.dll" (or Microsoft.ReportViewer.WebForms.dll) into the Toolbox of Visual Studio.

Check the GIF

Senthi Sri
  • 92
  • 7
  • In my case, for a Webforms ASP.NET app, I fixed it by right click in Toolbox > Choose Items. Then choosing Browse in ".NET Framework Components" tab. Then selecting `Microsoft.ReportViewer.WebForms.dll` from the project's `\bin` folder. – liviriniu Jan 07 '23 at 18:50