245246247248249250251252253254255
finally { if (virtualizer != null) { reportParameters.remove(JRParameter.REPORT_VIRTUALIZER); virtualizer.cleanup(); } } // execute all callbacks after the job is finished processing executeCallbacks(reportLog);
228229230231232233234235236237238
finally { if (virtualizer != null) { reportParameters.remove(JRParameter.REPORT_VIRTUALIZER); virtualizer.cleanup(); } } if (exportType == ExportType.IMAGE) return SUCCESS;