Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Varying pagination in different formats of a report

Using iReport, I am generating reports to be viewed in multiple formats. Is it possible for me to ignore pagination only for particular formats like HTML and let it be true for the rest?

With isIgnorePagination="false" the HTML preview appears in chunks. However, setting it to true makes the PDF output a single page.

Any suggestions?

like image 904
Mono Jamoon Avatar asked Jan 25 '26 15:01

Mono Jamoon


1 Answers

Why yes you can. Add the the IS_IGNORE_PAGINATION with the appropriate value before you export your report. You can set the value at run time based on what your export format is.

params.put("IS_IGNORE_PAGINATION", true);
like image 66
Jacob Schoen Avatar answered Jan 28 '26 10:01

Jacob Schoen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!