daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Adding parameter ignorePagination to api #122

Open daust opened 1 year ago

daust commented 1 year ago

As @ogrossmann writes here: https://github.com/daust/JasperReportsIntegration/issues/113

It would be helpful to ignore the pagination through the api. I have given it some thought:

The best way is to implement it through the API for the edge cases. But I will also implement a parameter dynamicPagination in the application.properties file. In most cases, using the dynamic pagination (for excel and html but not pdf) is perfectly fine. No overhead needed for this simple use case.

Only if you should have these strange edge cases where you would want to have pagination in your excel and html exports, you could override the setting through the API.