Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想在最后一页添加条款和条件,我在页脚下添加它,我添加公式(PageNumber<>TotalPageCount)在最后一页打印它,它工作正常,但它保留并保留的问题最后一页之后的每一页中的空白区域(页脚部分)。感谢帮助,
编辑:
我想我想通了,至少它在 CR 2008 中有效。
WhilePrintingRecords; PageNumber <> TotalPageCount
这现在应该仅在最后一页上显示页脚,而在其他页面上没有任何空格。
希望有帮助,
克里斯