开发者

JasperReports accessing method on bean datasource?

I'm using JasperReports and I'm using the provided JRBeanCollectionDataSource class to wrap a List of beans. Everything works fine in my reports when I'm accessing a simple property of the bean, but what I really need to do is access a few methods on the class. For example I would like to access the method:

public List<Date> getCertifications(Date postedBy);

How would I go about accessing this in the JRXML (or iReport)? If I define a field such as

<field name="certifications" class="java.util.List"/> 

then I get an error that the property is unknown.

Thanks for the help!

JasperReports:开发者_如何转开发 version 3.7.3


What date will you pass? I think, with JRXML you can only define bean properties - i.e. the ones that have a standard setter and getter. Everything else you can invoke from expressions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜