Jump to content
We've recently updated our Privacy Statement, available here ×

Grouping on JavaBeanDataSource field


paripaolo

Recommended Posts

Hi, 

I'm working fine with the following JavaBeanDataSource (listing, subreports, datasets etc..). The bean has the following structure:

public class ReportDTO implements IReportDTO {
private List<ReportGenericItem> body_1 = null;
private List<ReportGenericItem> body_2 = null;
..
getters/setters
}
 
where 
 
public class ReportGenericItem {
    private String f_0;
    private String f_1;
    private String f_2;
..
getters/setters
}
 
Now, I'd like to group in a detail section by body_1.f_0 but I don't figure out how to do that.
 
Thanks in advance for any help/suggestion!!
 
Paolo

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...