Visual Studio 2017 年不存在报告模板 (RDLC)

Reporting Template (RDLC) not exists in Visual Studio 2017

报告模板组件 (RDLC) 在 Visual Studio 2017 Enterprise 中不作为新项目存在。

如何解决?

我尝试安装 SQL Server Data Tools。

以前它在 Visual Studio 2015 年对我有用。

VS2017 的 RDLC 编辑器仅作为 VSIX 安装程序从市场上提供:Download

Visual Studio 的 Microsoft Rdlc Report Designer 扩展中存在一个错误,即 ReportViewer 显示为非可视组件。

为每个将使用 ReportViewer 的项目使用 NuGet 包 Microsoft.ReportingServices.ReportViewerControl.WinForms。部分解决方案包括在使用后从工具箱中删除 ReportViewer 并在打开下一个 project/solution.

之前重新启动 Visual Studio

请参阅此 到类似问题的详细步骤。

我刚刚使用 VS2015 添加了新项目。所有其他东西在 VS2017 中似乎都很好(记住你安装了 VSIX 扩展)