public interface JRExporterContext
Modifier and Type | Method and Description |
---|---|
JasperPrint |
getExportedReport()
Returns the report which is currently exported.
|
JRExporter |
getExporter()
Deprecated.
Replaced by
getExporterRef() . |
Exporter |
getExporterRef()
Returns the current exporter.
|
Map<JRExporterParameter,Object> |
getExportParameters()
Deprecated.
To be removed.
|
String |
getExportPropertiesPrefix()
Deprecated.
Replaced by
JRAbstractExporter.getExporterPropertiesPrefix() . |
JasperReportsContext |
getJasperReportsContext() |
int |
getOffsetX()
Returns the current X-axis offset at which elements should be exported.
|
int |
getOffsetY()
Returns the current Y-axis offset at which elements should be exported.
|
Object |
getValue(String key) |
Map<String,Object> |
getValues() |
void |
setValue(String key,
Object value) |
JRExporter getExporter()
getExporterRef()
.Exporter getExporterRef()
JasperReportsContext getJasperReportsContext()
JasperPrint getExportedReport()
String getExportPropertiesPrefix()
JRAbstractExporter.getExporterPropertiesPrefix()
.Map<JRExporterParameter,Object> getExportParameters()
The map uses JRExporterParameter
instances as keys.
int getOffsetX()
int getOffsetY()
Copyright © 2016. All rights reserved.