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

paripaolo

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by paripaolo

  1. 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
×
×
  • Create New...