Posted 4 September 2024, 1:44 pm EST
Hi,
I’m exploring the subreport feature of the ActiveReportsJS Editor and I noticed that there is a dropdown component when setting up the configuration of a subreport element (when filling the input of the Report Name that acts as the identifier of the report that the getResource method of the ResourceLocator object uses to fetch).
Is that dropdown input supposed to show options to choose the report to use as subreport? and if so, how can I populate that dropdown?, my implementation only shows the dropdown empty and I need to writhe manually the identifier that I defined for my getResource method overwrite.
Does anyone know about this?