Sometimes it takes very long to create a report and therefore I want to add the option to cancel the export.
But I did not found an option to cancel a running export.
PrintOutputControler#export (with OutputStream) waits until all data is exported and the export-Methods that returning an InputStream returning a ByteArrayInputStream after all data is exported. :-/
Does anyone know a way to cancel a running export?
Markus