Hi Jose,

does it work, if you simply copy the data into the encrypted outputstream?
something like:
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
...
exporter.setParameter(JRXlsExporterParameter.OUTPUT_STREAM, outputStream);
...
exporter.exportReport();
...
OutputStream os = enc.getDataStream(fs);
bos.writeTo(os);
...

Best wishes,
Andi



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to