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.
标签:
jasper-reports
相关问题
- Jasper: error opening input stream from url
- JasperReports Server parameter dependency
- is it possible print element only when its detail
- JasperReports CompileReport
- Print an arraylist content with JasperReports
相关文章
- How to set up jasper reports in spring with subrep
- Modularization of Jasper reports: Pass data source
- How to use jasperreports subreports with grails ja
- Current URL /web/guest/HTML generates exception: n
- SAX2 driver class not found
- Passing array data from PHP to JasperReports (with
- How to force image url in jasper report export to
- SubReport not shown
I guess you are setting the resetType as Group. Thats why it is coming in the second page. Change the resetType as None.