C# VS2017工具栏中没有Report Viewer的解决方案
Posted derekhan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C# VS2017工具栏中没有Report Viewer的解决方案相关的知识,希望对你有一定的参考价值。
选择“工具”》“Nuget包管理器”》“程序包管理器控制台”
执行命令:Install-Package Microsoft.ReportingServices.ReportViewerControl.WinForms -Pre
然后在视图》工具箱中点右键,选择“选择项”,在.net framework组建选项卡中选择“浏览”,然后在你的工程根目录下的“packagesMicrosoft.ReportingServices.ReportViewerControl.Winforms.140.340.80lib et40”目录下选择“Microsoft.ReportViewer.WinForms.dll”文件,然后report viewer就被顺利添加到你的工具箱里了!
以上是关于C# VS2017工具栏中没有Report Viewer的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
解决Visual Studio Community 2017工具栏中没有Report Viewer的问题