简体   繁体   中英

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

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM