Add PageBreak in Crosstab Report

Hi all

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.

Regards, Stefan

pensenplan.pdf (72.9 KB)

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?

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.

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.

I looked into your suggestion but it would not work because it will not group the crosstab the way I need it.

But thank you.