How to solve this Grouping issue in JasperReport?

2019-08-30 00:48发布

问题:

I am using group functionality in my jasper report to group data . Grouping is happening fine.But the problem is if next group comes, then data will be populated in the next page,even there will be lot of space in the previous page.likewise for each different group different pages coming instead of coming continuously.Can any one help me which property i need to change to populate data continuously even different group comes.

回答1:

I guess you are setting the resetType as Group. Thats why it is coming in the second page. Change the resetType as None.