How to Set isIgnorePagination in Jasper Report

1. Jasper Studio

Note that the following setting would not take effect on Jasper Server.

How to Set isIgnorePagination in Jasper Report_第1张图片

2. JRXML

<jasperReport ... isIgnorePagination="true" ...> 
 ... 
 </jasperReport>

Reference:

[1] http://jasperreports.sourceforge.net/sample.reference/nopagebreak/



你可能感兴趣的:(How to Set isIgnorePagination in Jasper Report)