iReport 4.0.2 - Parameter List

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

HashMap pMap = new HashMap();  pMap.put("listDouble", listDouble);

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.

masteredy_830's picture
Joined: Oct 2 2014 - 6:57am
Last seen: 8 years 11 months ago

0 Answers:

No answers yet
Feedback