I create a simple report. I have the main report and a subReport.
I successfully pass a data source to the subreport so I can show my rows. Now what I'm trying to achieve is to pass a collection to the same subreport to create a chart. I add a parameter map in the main report linked to the subreport, type collection. Then in the subReport I add a parameter with the same name type collection, but now I don't know how to access the data to create the chart. As text I add a simple string parameter and it works, but when collection kicks in I'm lost.