I have a listing that must fit in a page. Instead of the default page break behaviour, I need iReport to truncate the listing when it goes over the page size. Any ideas?
Thanks!
EDIT:
I ve had omitted that I still need pagination enabled, because I need a sequence of one-page listings, one after another.
I have a group -- breaking pages by costumer -- and each page should have a listing of costumer related items (generated inside the group) that cannot span over more than one page.
When Jasper finds the next costumer, it should break the page and start a new one-page listing.
What I really need, then, is a means of avoiding page breaks inside this group only. Anyone?