I understand that if you do not pass the JRDataSource to the JasperFillManager , then the resulting JasperReport will not contain any detailed ranges.
For reasons outside the context of this question, I want to place several components (histogram and table) on a small / simple JasperReport, and I want the data to come from the HashMap, which I will transfer So I do not need the JRDataSource implementation, which also means that I will not get any detailed ranges.
So my question is: and then, in which groups should I add my components? . A group of parts where I usually add components, but if I don't get parts, where do these orphan components go?
Edit: The tangent of this question would be obvious: how would I calculate the size (height) that this strip should use?
source share