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
Reporting services 我们如何在SSRS中隐藏特定页面上的页脚?_Reporting Services_Ssrs 2008 R2 - Fatal编程技术网

Reporting services 我们如何在SSRS中隐藏特定页面上的页脚?

Reporting services 我们如何在SSRS中隐藏特定页面上的页脚?,reporting-services,ssrs-2008-r2,Reporting Services,Ssrs 2008 R2,我想在ssrs报告中隐藏第二页的页脚,其他页面应该有页脚。是否可以在SSRS中将页脚隐藏到特定页面 我在表达式中查找,但没有特定的表达式可用于页脚的可见性。有人能帮上忙吗?在页脚上添加一个矩形,并将所有内容放在其中 将该矩形的可见性设置设置为以下值: =iif(Globals!PageNumber=2,true,false) 你只有两页吗?您可以将PrintOnFirstPage属性设置为True,将PrintOnLastPage属性设置为False。不,我有很多页面都是动态的

我想在ssrs报告中隐藏第二页的页脚,其他页面应该有页脚。是否可以在SSRS中将页脚隐藏到特定页面


我在表达式中查找,但没有特定的表达式可用于页脚的可见性。有人能帮上忙吗?

在页脚上添加一个矩形,并将所有内容放在其中

将该矩形的可见性设置设置为以下值:

=iif(Globals!PageNumber=2,true,false)

你只有两页吗?您可以将
PrintOnFirstPage
属性设置为
True
,将
PrintOnLastPage
属性设置为
False
。不,我有很多页面都是动态的