Jump to content
Changes to the Jaspersoft community edition download ×

iReport : How to process a parameter whose expression class = List and inside that list is another list?


sarahjanesaniel

Recommended Posts

I would like to create a report that consists of 1 table. The data will be coming from  the parameter and looks something like this.

Class Bean{

  String property1

  String property2

  Long property3

  List<BeanDetails> beanDetails

}

 

Please note that I will be passing Beans in List. (List<Beans> beans). And the rpeort would look something like this.

 

property1property2property3property4property5property6
bean.property1bean.property2bean.property3bean.beanDetails.property4bean.beanDetails.property5bean.beanDetails.property6
   bean.beanDetails.property4bean.beanDetails.property5bean.beanDetails.property6
bean.property1bean.property2bean.property3bean.beanDetails.property4bean.beanDetails.property5bean.beanDetails.propertyt6
   bean.beanDetails.property4bean.beanDetails.property5bean.beanDetails.property6
   bean.beanDetails.property4bean.beanDetails.property5bean.beanDetails.property46

 

1) Is it possible to process and read this type of data in iReport?

2) How are we going to achieve this kind of report with that kind / format data?

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...