【问题标题】:Is it necessary to update the Report Viewer Redistributable from 2012 to 2015?是否有必要将 Report Viewer Redistributable 从 2012 年更新到 2015 年?
【发布时间】:2015-10-21 09:16:05
【问题描述】:

显然,使用 Visual Studio 2015 创建的报告(RDLC 文件):

<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">

使用与使用 Visual Studio 2012 创建的架构相同的架构:

<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">

它们似乎是“兼容的”,即我可以在 Visual Studio 2015 中打开使用 Visual Studio 2012 创建的 RDLC 文件 - 无需将其转换为新格式(就像旧版 Visual Studio 的情况一样)。

这是否意味着我可以使用(旧)Report Viewer 2012 Redistributable(已安装在我客户的 PC 上)来呈现使用 Visual Studio 2015 创建的报告,或者我是否需要将我的客户升级到 Report Viewer 2015 Redistributable ?

【问题讨论】:

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


    【解决方案1】:

    RDLC 是 Report Definition Language for Clients 的缩写,自 2010 RDL 以来没有发布新的 RDL 架构版本,这解释了它在 Visual Studio 2015 中“兼容”的原因。
    即使您计划使用不同的架构,您仍然应该能够使用 Report Viewer 2012 呈现这些报告。

    来源: MSDN - Plan for Report Design and Report Deployment (Reporting Services)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-05-11
      • 1970-01-01
      • 2010-09-06
      • 1970-01-01
      • 1970-01-01
      • 2015-03-23
      • 1970-01-01
      相关资源
      最近更新 更多