vs 2019 默认没有安装reportview
安装 ReportViewer:
1.在 Nuget 下载:
Microsoft.ReportingServices.ReportViewerControl.Winforms
或者
Microsoft.ReportingServices.ReportViewerControl.Webforms
在VS中选择工具——Nuget包管理器——程序包管理器控制台
执行命令:Install-Package Microsoft.ReportingServices.ReportViewerControl.WinForms -Pre
安装完成后重新启动,vs 工具箱中就会出现reportview
安装 RDLC 报表设计器
1. 点击Tools(工具) -> Extensions and Updates...(扩展和更新) ->联机 搜索 rdlc,结果中找到Microsoft Rdlc Report Designer for Visual Studio后进行安装(根据提示,应该是要关闭VS2017后再自动安装)。