JasperReports 页脚仅打印在最后一页
由于某种原因,我的带有日期和页 x/y 的页脚仅打印在最后一页上。有人知道为什么吗?
我正在使用 JasperReports 3.1.2
和 iReport 3.0.0
。
编辑:仅供记录:在我将两个子报表和两个分页符从Title
区域移动到Detail
区域后,它起作用了。不知道为什么我把它们放在那里,但现在它可以工作了..
For some reason my page footer with the date and page x/y gets only printed on the very last page. Does anyone have an idea why?
I am using JasperReports 3.1.2
and iReport 3.0.0
.
EDIT: just for the record: it worked after I moved two subreports and two page breaks from the Title
band to the Detail
band. Don't know why I put them there, but now it works..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您很可能正在使用“最后一页页脚”区域,而不是“页脚”区域。
Most probably you are using the `Last Page Footer' band, instead of the 'Page Footer' band.
您可以选择要添加的频段。只需使用页脚而不是最后一页页脚。当您想要最后打印某些内容,但内容太多以至于溢出到很多页时,请使用最后页页脚。
You can select which band to add. just use page footer instead last page footer. Last page footer is used when you want something to be printed at last, but the contain is so much that it overflows to many pages.