I\'m working in a report which needs to be attached to another to generate a bigger report, so it only has title, page footer and summary sections. The problem is that I\'m
It is trying to fit also the pageFooter
on the same page as title
band (650+50>656
).
If you like title band on a separate page without pageFooter
you need to set attribute
isTitleNewPage="true"
from JReport API
Specifies if the title section will be printed on a separate initial page.