exporter.setExporterInput(exporterInput);
ExporterOutput exporterOutput = getExporterOutput(output);
exporter.setExporterOutput(exporterOutput);
ExporterConfiguration exporterConfiguration = getExporterConfiguration();
if (exporterConfiguration != null)
exporter.setConfiguration(exporterConfiguration);
ReportExportConfiguration reportConfiguration = getReportConfiguration();
if (reportConfiguration != null)