I would like to be able to control the max number of rows in each page to 5. How can I accomplish this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You probably need add a "Break" element to your Detail band with a Print When Expression similar to this:
$V{REPORT_COUNT} % 5 == 0
标签:
jasper-reports