I have an JasperReport CrossTab Report and want the report to break after the last person and beginn a new page instead of starting the rest of the columns on the same page.
In the attached pdf document I annotated the position where the page should be breaked.
Has someone a solution for this JasperReports Problem.
This is hard because we cannot see your design.
However, if you are using groups then you should be able to group on person and set page break for the group?
stefbrt:
I checked it. But in the CrossTab Item you can not set a PageBreak for a RowGroup. For an normal Report it would work.
But thanks for the Tip.
Maybe trying to create a report where you have the groups with the page break and inside the detail band you add a subreport with the crosstab for the group that is being printed.