I'm using jaspersoft-studio 6.2.0
and jasper-reports lib also 6.2.0
.
I have a report and in the detail section some of the records in the table can move from one page to another and its contents are written on a new page dividing it. Is it possible for the engine to notice that content overflows the page and print the whole record as the first on the next page?
Here's how the report is currently being generated:
What I need is for the last record to be printed on the next page instead of the previous page. Is it possible to achieve this result using jasperreports?