I would like to be able to control the max number of rows in each page to 5. How can I accomplish this?
You probably need add a "Break" element to your Detail band with a Print When Expression similar to this:
$V{REPORT_COUNT} % 5 == 0
2.1m questions
2.1m answers
60 comments
57.0k users