How do I put a record on a new page using JasperReports if it overflows the last page?

2

I'm using 6.2.0 and 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?

    
asked by anonymous 30.12.2015 / 16:31

1 answer

0

Select the band that the fields you do not want to break line, and go to the Properties tab you go in Advanced and mark with the Print In First Whole Band option the same says your band should be printed entirely in a single line.

    
04.01.2016 / 12:30