Jump to content
Changes to the Jaspersoft community edition download ×

iReport 4.0.2 - Parameter List


masteredy_830

Recommended Posts

I'm reciving a parameter in my report via Java:

HashMap pMap = new HashMap();[/code]
 pMap.put("listDouble", listDouble);[/code]

In my report I have a parameter named 'listDouble' and I can get the value of it.

I just want to print one below another. Like this.

Double1
Double2
Double3

If I just put the $P{listDouble} in my report. The result is that:

Double1, Double2, Double3

__

Thanks for help. Sorry my English.

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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...