0
I have a report that is nothing more than a receipt, with its items and data of the note and the items. A feature was requested that when selecting more than one invoice, this report manages the template of each note in a PDF only so that the user massively prints the list of selected banknotes.
I looked at the Jasperreports website and tried to use sub reports by copying the contents of the other JRXML (iReport source), tried some method of using this JRXML as embedded content in the other report listing my objects on top of it, but also without success. Is it possible for this to be done? If so, how?
The correct is to use the subreport, publish your jrxml and its classes so that I can analyze.
– Mayllon Baumer
What classes do you want? I can already pass the JSON object to the individual report successfully. And I can also pass a list of JSON objects to the other report also without problems, I just can’t generate the list of reports being read each of these objects.
– Philippe Gioseffi
I want to see how you are passing your 'invoice' class to Jasper and the jrxmls themselves.
– Mayllon Baumer