Uses of Interface
net.sf.jasperreports.export.ReportExportConfiguration
-
Packages that use ReportExportConfiguration Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.json.export net.sf.jasperreports.pdf -
-
Uses of ReportExportConfiguration in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type ReportExportConfiguration Modifier and Type Class Description class
JRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>
Fields in net.sf.jasperreports.engine declared as ReportExportConfiguration Modifier and Type Field Description protected RC
JRAbstractExporter. crtCompositeItemConfiguration
protected RC
JRAbstractExporter. itemConfiguration
-
Uses of ReportExportConfiguration in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return types with arguments of type ReportExportConfiguration Modifier and Type Method Description protected Class<ReportExportConfiguration>
JRXmlExporter. getItemConfigurationInterface()
-
Uses of ReportExportConfiguration in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ReportExportConfiguration Modifier and Type Interface Description interface
Exporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>
All document exporting in JasperReports is done through this interface.Subinterfaces of ReportExportConfiguration in net.sf.jasperreports.export Modifier and Type Interface Description interface
CsvMetadataReportConfiguration
Interface containing settings used by the metadata based CSV exporter.interface
CsvReportConfiguration
Interface containing settings used by the CSV exporters.interface
DocxReportConfiguration
Interface containing settings used by the DOCX exporter.interface
Graphics2DReportConfiguration
Interface containing settings used by the Graphics2D exporter.interface
HtmlReportConfiguration
Interface containing settings used by the HTML exporters.interface
OdsReportConfiguration
Interface containing settings used by the ODS exporter.interface
OdtReportConfiguration
Interface containing settings used by the ODT exporter.interface
PptxReportConfiguration
Interface containing settings used by the PPTX exporter.interface
PrintServiceReportConfiguration
Interface containing settings used by the print service exporter.interface
RtfReportConfiguration
Interface containing settings used by the RTF exporter.interface
TextReportConfiguration
Interface containing settings used by the pure text exporter.interface
XlsMetadataReportConfiguration
Interface containing settings used by the Excel metadata exporters.interface
XlsReportConfiguration
Interface containing settings used by the Excel exporters.interface
XlsxMetadataReportConfiguration
Interface containing settings used by the XLSX metadata exporters.interface
XlsxReportConfiguration
Interface containing settings used by the XLSX exporter.Classes in net.sf.jasperreports.export that implement ReportExportConfiguration Modifier and Type Class Description class
AbstractXlsReportConfiguration
class
SimpleCsvMetadataReportConfiguration
class
SimpleCsvReportConfiguration
class
SimpleDocxReportConfiguration
class
SimpleGraphics2DReportConfiguration
class
SimpleHtmlReportConfiguration
class
SimpleOdsReportConfiguration
class
SimpleOdtReportConfiguration
class
SimplePptxReportConfiguration
class
SimplePrintServiceReportConfiguration
class
SimpleReportExportConfiguration
class
SimpleRtfReportConfiguration
class
SimpleTextReportConfiguration
class
SimpleXlsMetadataReportConfiguration
class
SimpleXlsReportConfiguration
class
SimpleXlsxMetadataReportConfiguration
class
SimpleXlsxReportConfiguration
Methods in net.sf.jasperreports.export that return ReportExportConfiguration Modifier and Type Method Description ReportExportConfiguration
ExporterInputItem. getConfiguration()
ReportExportConfiguration
SimpleExporterInputItem. getConfiguration()
Constructors in net.sf.jasperreports.export with parameters of type ReportExportConfiguration Constructor Description SimpleExporterInputItem(JasperPrint jasperPrint, ReportExportConfiguration configuration)
SimpleExporterInputItem(JasperPrint jasperPrint, RepositoryResourceContext repositoryContext, ReportExportConfiguration configuration)
Constructor parameters in net.sf.jasperreports.export with type arguments of type ReportExportConfiguration Constructor Description PrintPartUnrollExporterInput(ExporterInput exporterInput, Class<? extends ReportExportConfiguration> itemConfigurationInterface)
-
Uses of ReportExportConfiguration in net.sf.jasperreports.json.export
Subinterfaces of ReportExportConfiguration in net.sf.jasperreports.json.export Modifier and Type Interface Description interface
JsonMetadataReportConfiguration
Interface containing settings used by the JSON Metadata exporter.interface
JsonReportConfiguration
Interface containing settings used by the JSON exporter.Classes in net.sf.jasperreports.json.export that implement ReportExportConfiguration Modifier and Type Class Description class
SimpleJsonMetadataReportConfiguration
class
SimpleJsonReportConfiguration
-
Uses of ReportExportConfiguration in net.sf.jasperreports.pdf
Subinterfaces of ReportExportConfiguration in net.sf.jasperreports.pdf Modifier and Type Interface Description interface
PdfReportConfiguration
Interface containing settings used by the PDF exporter.Classes in net.sf.jasperreports.pdf that implement ReportExportConfiguration Modifier and Type Class Description class
SimplePdfReportConfiguration
-