currently I'm trying to have a small PDF rendered with Jasperreports.
The PDF is really really simple, it contains some info on the left and a Text that changes in his size on the right.
However currently the List Subreport gots splitten so that the text box will got cut half if the last text box overflows the page, how to prevent that??
Here is my Report: http://pastebin.com/Yfct9qqc
I just want that if the element in the detail band overflows the page it should be printed on the next page, is that possible? Currently it will just overflow the text field on the right or if i specify the left box get repeated..
Fixed by setting split type to "Immediate" and changed the print order to "horizontal"