Can I render tables and/or charts 'side by side' in an xls report using DynamicJasper?

80 Views Asked by At

I'm building a reporting application that's using DynamicJasper for exporting data to xls. The reports are pretty dynamic in the sense that the user is able to customize the queries (one or more) that fetch the data. The resulted data can be rendered as a table or as a chart.

Currently the tables and the charts (pngs) are rendered one after the other, in order, in a 'one column' layout. I would need to add support for a 'two column' layout. For example, to be able to have the tables/charts rendered side by side.

I have to mention that I'm using the DynamicReportBuilder.addConcatenatedReport API. No jasper-reports templates are being used.

Are there any solutions to achieve this?

1

There are 1 best solutions below

1
Dj Mamana On

No, it is not supported. It could maybe achieved with sub-reports, but coding is needed. not easy