You are not logged in.
Pages: 1
We are doing several jasper reports that output plain excel reports.
Is it possible to specify what the output file name will be?
Offline
Hi,
I am afraid, I don't have a good idea how to do this. The download name is set to the report's name plus the correct file extension and there is currently no mechanism in place to easily change that. With some scripting you may however be able to get this done. One possibility is to implement
net.datenwerke.rs.core.server.reportexport.hooks.ReportExportAdjustHttpHeaderHook
which allows you to override the header information send to the browser.
I hope this helps.
Cheers,
Arno
Offline
Thank you, I will try that.
Offline
Pages: 1