I had created a
java class which has array list, I has passed the array list as JRBeanCollectionDataSource to jasper report as
The error I am facing is
net.sf.jasperreports.engine.JRException: Error retrieving field value from bean : new JRBeanCollectionDataSource(sub_para)
I think the error is in jasper report, I am using ireport tool to design the reports
My question is how to create a new parameter in the main report, and how to pass the parameter to sub report..
Please help me to solve this...