connection = transaction.getSQLConnection();
runner = new ReportRunner( );
Locale locale = this.getLocale();
try {
runner.run( templateContent, reportFile, mimeType, connection, locale);
} catch (Exception e) {
throw new SpagoBIEngineException("Impossible compile or to export the report", e);
}
try {