public interface JasperOutputGenerator extends ReportOutputGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
adjustDesign(JasperDesign jasperDesign,
java.lang.String outputFormat,
ReportExecutionConfig... configs)
May adjust the design according to the output format.
|
CompiledRSJasperReport |
exportReport(JasperPrint jasperPrint,
java.lang.String outputFormat,
JasperReport report,
User user,
ReportExecutionConfig... configs) |
getFormatInfo, getFormats, isCatchAllvoid adjustDesign(JasperDesign jasperDesign,
java.lang.String outputFormat,
ReportExecutionConfig... configs)
jasperDesign - outputFormat - CompiledRSJasperReport exportReport(JasperPrint jasperPrint, java.lang.String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs)