Hello, 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 iReports)? 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