i have a class customer given below; need to pass data to subreport. have tried like below. which is not working; can someone help on this.
java code:
params map = {name=xxx,address=YYY,phoneList={1,2,3},companies={a,b,c}}
fillReport(compiledMainReport,params,new JREmptyDataSource())
class Customer{
String name;
String address;
List phonenumbers;
List companies;
}
jrxml:
.
.
0 Answers:
No answers yet