问题描述
报告模板组件 (RDLC) 不作为 Visual Studio 2017 Enterprise 中的新项存在.
如何解决这个问题?
我已尝试安装 SQL Server Data Tools.
以前它在 Visual Studio 2015 中对我有用.
Microsoft Rdlc Report Designer for Visual Studio 扩展中存在一个错误,ReportViewer
出现作为非视觉组件.
而是为每个将使用 ReportViewer 的项目使用 NuGet 包 Microsoft.ReportingServices.ReportViewerControl.WinForms.部分解决方案涉及在使用后从工具箱中删除 ReportViewer
,并在打开下一个项目/解决方案之前重新启动 Visual Studio.
请参阅此回答类似问题的分步详细信息.>
Reporting template Component (RDLC) not exists to as New Item in Visual Studio 2017 Enterprise.
How to resolve this?
I have tried by installing SQL Server Data Tools.
Previously it works for me in Visual Studio 2015.
There is a bug in the extension Microsoft Rdlc Report Designer for Visual Studio that the ReportViewer
shows up as a non-visual component.
Instead use the NuGet Package Microsoft.ReportingServices.ReportViewerControl.WinForms for each project that will use the ReportViewer. Part of the solution involves removing the ReportViewer
from the toolbox after use and restarting Visual Studio before opening the next project/solution.
Please see this answer to a similar question for step by step details.
这篇关于Visual Studio 2017 中不存在报告模板 (RDLC)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!