JasperReports export. A single table on all pages of the document

Hello! Just test your lib!


A separate table is created on each page now. How to export a single table on all pages of the document ?

Attach jrxml template

In java we do:
JRExporter exporter = null;
exporter = new AWDocExporter();
exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME,
resultFile.getPath());
exporter.exportReport();

Hi there,


Thanks for your inquiry. Could you please share your .jrprint file here for our reference? We will then provide you more information about your query.