1
votes

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.

1
Hi have you installed the report viewer in nuggetCadalzo LC
Yes, i installed from nugget. I followed all the steps that it's described in this link stackoverflow.com/questions/40713705/…Juan José
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
Avoid answering questions with questions.Giddy Naya
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Reviewzmag

1 Answers

5
votes

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