Quantcast
Channel: How to pass a List of JRBeanCollectionDataSource to a subreport - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Jacob Schoen for How to pass a List of JRBeanCollectionDataSource...

You should be able to set the datasource expression for the subreport:new net.sf.jasperreports.engine.data.JRBeanCollectionDataSource($F{customerOrders})The resulting xml should have a subreport tag...

View Article



How to pass a List of JRBeanCollectionDataSource to a subreport

I am generating a report from a JRBeanCollectionDataSource. This report is about a customer's order.This is my codepublic class Customer{ private String customerName; private String customerNo; private...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images