How to solve this Grouping issue in JasperReport?

时光总嘲笑我的痴心妄想 提交于 2019-12-25 02:46: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.



来源:https://stackoverflow.com/questions/3147909/how-to-solve-this-grouping-issue-in-jasperreport

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!