How do I set the number of rows to be displayed per page in a report using iReports. Ex: if i have 100 records, I wasnt to display 10 per page and then break. The default be
Ok! Found a way to accomplish this!
Details band.new java.lang.Boolean((int)($V{REPORT_COUNT}.intValue())%10==0)
where 10 is the number of records per page.
This is how it is done in iReports. The jrxml equivalent for people directly editing the file is as below.
Put this just after the tag under tag.