I have a report that is nothing more than an invoice, with your items and note data and items. A feature was requested that when selecting more than one invoice, this report manages the template of each note in a PDF just so the user massively prints the list of selected notes.
I looked at the JasperReports website and tried using sub reports by copying the contents of the other JRXML (iReport source), tried some method of using this JRXML as content embedded in the other report listing my objects on top of them, but also unsuccessful . Is it possible that this is done? If so, how?