Jasper Reports wide crosstab on multiple pages

Tiberiu picture Tiberiu · Oct 11, 2012 · Viewed 7.4k times · Source

I have a crosstab with many columns but only a few rows. When I generate the report the crosstab reuses the empty space below the rows from one page and renders the next columns for the same rows. This way several pages are compacted vertically on one page: enter image description here

I want the columns from day 20 to day 27 (the second part of the crosstab) to be displayed on a new page not on the same page and leave that space empty.

Answer

Tiberiu picture Tiberiu · Oct 16, 2012

The solution is to set the Column Break Offset property of the crosstab to a very high value such that it exceeds the page height. This way the report will continue on the next page.