Passing a Collection of Java Beans as DataSource to Jasper, How to design this in ireports
- by Vaishak Suresh
I need to design a report, that displays the data from a collection(Say List). This list contains multiple POJOs.
The POJOs are populated by the data access layer of the application. How do I design a report template for this requirement in iReports?