SSRS : How to “not have” a footer after first page?

浪子不回头ぞ 提交于 2019-12-10 10:57:36

问题


I need to display a piece of information on the very first page of my report.

This piece of information has to be at the very bottom of the report (why I choosed a footer).

It will have a height of approx 3 inches, which is considerate.

I want the footer to be gone after the first page because I want to have those 3 inches back to display data.

For more context, the report is a "bill" where we have a table in the body that displays everything that you purchased. The "footer" part is where we put the banking information.

Any ideas how to achieve this?


回答1:


Search option, footer on first page. or you may set visibility property to true false based on page number.



来源:https://stackoverflow.com/questions/8012192/ssrs-how-to-not-have-a-footer-after-first-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!