public interface JRExporterContext
| Modifier and Type | Method and Description |
|---|---|
JasperPrint |
getExportedReport()
Returns the report which is currently exported.
|
JRExporter |
getExporter()
Returns the current exporter.
|
Map<JRExporterParameter,Object> |
getExportParameters()
Returns the map of export parameters.
|
String |
getExportPropertiesPrefix()
Returns the properties prefix for the current exporter.
|
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.
|
JRExporter getExporter()
JasperReportsContext getJasperReportsContext()
JasperPrint getExportedReport()
String getExportPropertiesPrefix()
Map<JRExporterParameter,Object> getExportParameters()
The map uses JRExporterParameter instances as keys.
int getOffsetX()
int getOffsetY()
Copyright © 2012. All Rights Reserved.