i have 2 list of custom object in my java application (List l1, List l2). I would like to realize with jasper report a one page report that show them in 2 separate tables.
How could I solve this problem? Thank you
i have 2 list of custom object in my java application (List l1, List l2). I would like to realize with jasper report a one page report that show them in 2 separate tables.
How could I solve this problem? Thank you
You can use subreports...
View this:
Subreports
Greetings..