Re: [jasperreports-questions] Multiple Object in DataSource Collection

2009-10-10 Thread harishsyndrome
private JRBeanCollectionDataSource dataSource; private MapString, Object parameters = new HashMapString, Object(); CollectionReportBean BeanList = createBeans(); dataSource = new JRBeanCollectionDataSource(BeanList); //use parameters if the value doesn't change i.e.customer

Re: [jasperreports-questions] Multiple Object in DataSource Collection

2009-10-10 Thread harishsyndrome
Novice requires some more clarifications. Having Chris's Idea running in parallel. I would like put my question in a different way. In JRXML field name = projectId class = java.lang.Integer field name = coverageId class = java.lang.Integer Is there any way that i can mention projectId belongs