Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/EmptyTag/128.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 即使没有数据,如何使页脚显示在页面底部?_Reporting Services_Ssrs 2008 R2 - Fatal编程技术网

Reporting services 即使没有数据,如何使页脚显示在页面底部?

Reporting services 即使没有数据,如何使页脚显示在页面底部?,reporting-services,ssrs-2008-r2,Reporting Services,Ssrs 2008 R2,即使SSRS中没有数据,如何使页脚显示在底部?在我的一个报告中,页脚显示在最后一个表行的旁边。无论数据是否存在,它都应始终显示在每页的底部。在css上尝试以下操作: .footer{ position:absolute; bottom:0; width:100%; } 这与css无关。其SQL Server Reporting Services(SSRS)用于生成报告。

即使SSRS中没有数据,如何使页脚显示在底部?在我的一个报告中,页脚显示在最后一个表行的旁边。无论数据是否存在,它都应始终显示在每页的底部。

在css上尝试以下操作:

.footer{
position:absolute;
bottom:0;
width:100%;
}

这与css无关。其SQL Server Reporting Services(SSRS)用于生成报告。