How do I print a list of strings contained within another list in iReport?

后端 未结 4 798
攒了一身酷
攒了一身酷 2020-12-09 19:26

I am creating a simple reporting program using java and iReport (from jasper), which is supposed to create a report in pdf showing PCs with their IP address, their location,

4条回答
  •  感情败类
    2020-12-09 19:55

    Interesting. I think you'd better use the List, and then define getName() on the Project class. Then in the subreport define a variable "name". It will work this way, and it will allow you to add easily additional information, like project duration, team-lead, etc.

提交回复
热议问题