Interface JxlsOutputGenerator
- All Superinterfaces:
ReportOutputGenerator
- All Known Implementing Classes:
JxlsHTMLOutputGenerator,JxlsOutputGeneratorImpl
-
Method Summary
Modifier and TypeMethodDescriptionexportReport(OutputStream os, byte[] template, Connection connection, JxlsReport jxlsReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) Methods inherited from interface net.datenwerke.rs.core.service.reportmanager.output.ReportOutputGenerator
getFormatInfo, getFormats, isCatchAll
-
Method Details
-
exportReport
CompiledReport exportReport(OutputStream os, byte[] template, Connection connection, JxlsReport jxlsReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException - Throws:
ReportExecutorException
-