Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Excel SSRS分页符不应用PageName_Excel_Reporting Services_Ssrs 2008 - Fatal编程技术网

Excel SSRS分页符不应用PageName

Excel SSRS分页符不应用PageName,excel,reporting-services,ssrs-2008,Excel,Reporting Services,Ssrs 2008,我正在用SSRS创建一个包含3个表的报告。导出到Excel时,每个表都将位于其自己的选项卡上。据我所知,我已正确应用了PageBreak属性,并应用了PageName 除非我将其导出到Excel,否则它会很好地进行分页符,但页面名称仍然是“第1页”、“第2页”和“第3页” 我以前做过这项工作,现在它不起作用了,我真的很困惑,做的事情和我过去做的一样。谷歌没有帮助,因为它不理解我的问题。我希望在座的人能对这个问题有所了解 编辑:我刚刚注意到它给了我一个错误: The PageName proper

我正在用SSRS创建一个包含3个表的报告。导出到Excel时,每个表都将位于其自己的选项卡上。据我所知,我已正确应用了
PageBreak
属性,并应用了
PageName

除非我将其导出到Excel,否则它会很好地进行分页符,但页面名称仍然是“第1页”、“第2页”和“第3页”

我以前做过这项工作,现在它不起作用了,我真的很困惑,做的事情和我过去做的一样。谷歌没有帮助,因为它不理解我的问题。我希望在座的人能对这个问题有所了解

编辑:我刚刚注意到它给了我一个错误:

The PageName property specified on the data region, rectangle, or group 'Tablix2' was removed from the report.
SQL Server 2008 Reporting Services does not support the PageName property.
这对我的每个表重复3次。这毫无意义,因为在同一个程序中,我在导出到Excel时将页面名称添加到选项卡中。

问题已解决

我的项目属性中的
TargetServerVersion
已设置为
SQLServer2008
。我不得不将其更改为
SQLServer2008R2