iReport : How to process a parameter whose expression class = List and inside that list is another list?
问题 I have a parameter whose expression class is a List. Inside that List is another list so the data looks something like this. Class Bean{ String property1 String property2 Long property3 List<BeanDetails> beanDetails } Please take note that I'll be passing Bean in a list. (List beans) 1) Is it possible to process and read this type of data in iReport? 2) How are we going to declare it/ define it and use it in iReport? The report should look like this Col1 Col2 Col3 Col4 Col5 Col6 1 bean.id