在活动设计器中未启用ReportViewer控件。 - Visual Studio 2017

时间:2017-08-23 13:03:09

标签: c# .net asp.net-mvc visual-studio visual-studio-2017

我正在尝试在MVC应用程序上使用RDLC Report Viewer,但我无法使用它。

我为Visual Studio安装了Microsoft Rdlc报表设计器扩展程序,之后我还从Nuget包管理器控制台安装了此程序包Microsoft.ReportingServices.ReportViewerControl.WebForms。

然后我尝试选择要添加到工具箱的包,我收到此消息:

enter image description here

按下OK按钮后,ReportViewer仍然在工具箱中不可见。我也遵循了这些说明,但仍然无法正常工作Reportviewer tool missing in visual studio 2017 RC

1 个答案:

答案 0 :(得分:0)

对于 Visual Studio 2019 ->

01:转到扩展程序菜单

02:管理扩展名->搜索“ Microsoft RDLC报表设计器”

03:下载并安装“ Microsoft RDLC报表设计器”

  • 创建asp.net 空的Web项目
  • Report.aspx Report.rdlc 文件添加到项目中。

04:转到参考文件夹-> 管理nuget程序包

05:搜索 Microsoft.ReportingServices.ReportViewerControl.WebForms 并安装

到目前为止,工具箱下没有名为“ Microsoft Sql Server ”的标签。我们应该用这种方式打开它。

04:打开 Report.rdlc 文件

05:之后,打开 Report.aspx 文件

06:现在您可以看到工具箱下有一个名为 Microsoft Sql Server 的选项卡

07:您可以在 Microsoft Sql Server 选项卡

中找到 Reportviewer

08:将 ReportViewer 控件拖到 Report.aspx