user1047400
user1047400

Reputation: 55

Multiple tables in a jasper report

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

Upvotes: 0

Views: 14458

Answers (1)

MG_Bautista
MG_Bautista

Reputation: 2653

You can use subreports...

View this:

Subreports

Greetings..

Upvotes: 3

Related Questions