码迷,mamicode.com
首页 > 编程语言 > 详细

解决Visual Studio Community 2017工具栏中没有Report Viewer的问题

时间:2017-10-12 12:12:04      阅读:1063      评论:0      收藏:0      [点我收藏+]

标签:选项卡   transform   view   let   one   for   ace   tin   解决   

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

执行命令:Install-Package Microsoft.ReportingServices.ReportViewerControl.WinForms -Pre

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

 

解决Visual Studio Community 2017工具栏中没有Report Viewer的问题

标签:选项卡   transform   view   let   one   for   ace   tin   解决   

原文地址:http://www.cnblogs.com/danyu/p/7655251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!