Category: | Bug report |
Priority: | Immediate |
Status: | Assigned |
Project: | Severity: | Block |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I'm using a JRBeanCollectionDataSource in a subreport and I'm sending a list as a parameter. If the list is just filled by one row, report is not showed. This doesn´t happen if there´s more than a row .
params.put("list", new JRBeanCollectionDataSource(list));
Any suggestion??