Of course. In fact, JasperReports includes an export option for this. Basically, you are setting up your exporter, but now you are doing it, and set the parameter to the JRExportParameter.OUTPUT_FILE_NAMEname of the file in which you want to save the report, and then export the report in accordance with the normal one.
source
share