开发者

How do I set the pagination to occur after X rows with a JasperReports?

开发者 https://www.devze.com 2022-12-29 07:07 出处:网络
I want the detail band not to draw more than X rows. I tried setting up the splitType to Immediate or Prevent but nothin开发者_如何转开发g changed. How can I tell JasperReports to paginate only after

I want the detail band not to draw more than X rows. I tried setting up the splitType to Immediate or Prevent but nothin开发者_如何转开发g changed. How can I tell JasperReports to paginate only after X number of results?

Thanks!


In case you don't get a good answer and have options beyond your current implementation, you could look at Docmosis as an option. You can report subsets of data easily enough and can conditionally include or exclude page breaks.

0

精彩评论

暂无评论...
验证码 换一张
取 消