【问题标题】:Do the ReportViewer components of Visual Studio 2010 correspond to SQL Server Reporting Services 2008 or 2008 R2?Visual Studio 2010 的 ReportViewer 组件是否对应 SQL Server Reporting Services 2008 或 2008 R2?
【发布时间】:2011-01-31 11:22:55
【问题描述】:

见标题。基本上,我想知道 R2 引入的错误修复是否也包含在 Visual Studio 2010 本地报告组件中。

【问题讨论】:

  • 我认为它们是不同的东西:报告组件基于 Crystal Reports,而 SSRS 则不同。当然,SSRS 视觉工作室支持是完全独立的。但我自己从未使用过报告组件。
  • @Rup:Visual Studio 包含两种类型的报表组件:(a)使用 SSRS 的“本地报表”引擎的“Microsoft Reporting Technology”(ReportViewer,RDLC),以及(b)Crystal Reports .两者都包含在 Visual Studio 中。我的问题是关于(a)。我知道 VS2008 的报告组件对应于 SSRS2005,但我不确定 VS2010,因此我的问题。
  • 啊,谢谢 - 不知道两者都有。

标签: c# visual-studio-2010 reporting-services reportviewer rdlc


【解决方案1】:

我不知道具体的错误修复,但我预计不会。

Visual Studio 2010(或更准确地说是 ReportViewer 10.0)在本地处理模式下仅支持 RDL 2008 架构。

新的 RDL 2010 架构与 SQL Server Reporting Services 2008 R2 一起引入。由于 Visual Studio 2010 尚未更新以处理此架构,因此引擎不太可能包含 R2 错误修复。

Version summary

【讨论】:

  • 令人惊讶的是,我们在 VS2015 中仍然只支持 2008。文章的链接版本有错误。它说支持 2010 RDL。文章的其他 SQL Server 版本是正确的。
猜你喜欢
  • 2023-03-29
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多