Jump to content
We've recently updated our Privacy Statement, available here ×

How to use Map as dataset element in JasperReports?


grzegorz.ziemonski

Recommended Posts

I'm passing a parameter to Jasper which is a collection of Maps. I would like to use this collection as dataset for a table.

If I had a collection of normal Java objects I would do:

$F{description}[/code]

to get the field. I would like to do something like:

this.get(description)[/code]

or

this.values().get(1)[/code]

Is it possible to retrieve a map value in a table like this?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...