pass parameters to subreport

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: . .
vidya017's picture
Joined: Sep 5 2019 - 1:36am
Last seen: 2 years 8 months ago

0 Answers:

No answers yet
Feedback