JasperReports page footer only printed on last page
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开发者_Go百科 now it works..
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.
Most probably you are using the `Last Page Footer' band, instead of the 'Page Footer' band.
精彩评论