当修改tablix的属性并将任何内容添加到“ PageName”属性时,它会更改 报告来自
的定义 <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
到
<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
有人对此有解决方案吗?
答案 0 :(得分:0)
我认为PageName属性仅在SSRS 2008 R2及更高版本中受支持,因此报表设计者正在将定义更新到该版本。