.net - RDL 2008 架构和 RDL 2010 架构有什么区别?功能明智

标签 .net sql-server visual-studio reporting-services reportingservices-2005

RDL 2008 Schema 和 RDL 2010 Schema 在功能方面有何区别?哪个支持visual studio 2012 Report Viewer? 我将使用 visual studio 2012 c# 生成动态报告,以生成 xml 架构。但是想知道新版本支持的新功能是什么,例如折叠椭圆分组等

最佳答案

您可以比较 xsd 文件以找到确切的差异,但这是 2008 年和 2010 年(2008 R2)之间的主要变化:

2010

  • ReportSection 类型的 ReportSections 列表被添加到顶级报告类型
    • Body、Width 和 Page 标签被移动到 ReportSection 标签中
  • DataSetType 的新 SharedDataSet 类型
  • 支持新 map
  • 删除了一些与代码相关的 ChartType 字段
  • 删除了一些 Chart DerivedSeriesFormula 枚举
  • 更改了 StateIndicatorType 的一些字段
  • 更改了 IndicatorStateType 的一些字段

2010:http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition/ReportDefinition.xsd

2008:http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition/ReportDefinition.xsd

2005:http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition/ReportDefinition.xsd

关于.net - RDL 2008 架构和 RDL 2010 架构有什么区别?功能明智,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15539859/

相关文章:

c# - 如何使用 PowerShell 安装此 Service Fabric 项目?

c# - 如何修复 "Referenced assembly does not have a strong name"错误

visual-studio - Visual Studio 与免费 SCM 的集成

SQL Server select where sql_variant equal 不起作用?

访问最新记录时 SQL 性能缓慢

c# - 在使用 Visual Studio 进行调试时保持辅助线程运行

.net - "boxing"在 .NET 中如何工作?

c# - 非通用 TaskCompletionSource 或替代方案

.net - Azure Pipeline webpack 脚本使用 windows-2022 失败

sql - 我的代码有效,但我不知道为什么