views:

26

answers:

0

I've got a datasource object that contains a Collection of other objects. For example I'm returning a Manager object that contains a List of Employees.

I'm returning back JRDataSource object of type Manager to the actual jasper report. I'm unclear on how I can loop through the employees in the jasper report itself using the $F field tags.