VS 2017 没有工具栏中没有Report Viewer的解决方案

安装 控件 Install-Package Microsoft.ReportingServices.ReportViewerControl.WinForms -Pre

“工具”》“Nuget包管理器”》“程序包管理器控制台”

 

然后在视图》工具箱中点右键,选择“选择项”,在.net framework组建选项卡中选择“浏览”,然后在你的工程根目录下的“packagesMicrosoft.ReportingServices.ReportViewerControl.Winforms.140.340.80lib et40”目录下选择“Microsoft.ReportViewer.WinForms.dll”文件,然后report viewer就被顺利添加到你的工具箱里了!

 

原文地址:https://www.cnblogs.com/topguntopgun/p/11842044.html