Uses of Interface
net.sf.jasperreports.export.ReportExportConfiguration
Packages that use ReportExportConfiguration
Package
Description
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.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides exporter input, exporter output and exporter configurations
-
Uses of ReportExportConfiguration in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine with type parameters of type ReportExportConfigurationModifier and TypeClassDescriptionclassJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration, O extends ExporterOutput, E extends JRExporterContext> Fields in net.sf.jasperreports.engine declared as ReportExportConfigurationModifier and TypeFieldDescriptionprotected RCJRAbstractExporter.crtCompositeItemConfigurationprotected RCJRAbstractExporter.itemConfiguration -
Uses of ReportExportConfiguration in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return types with arguments of type ReportExportConfigurationModifier and TypeMethodDescriptionprotected Class<ReportExportConfiguration> JRXmlExporter.getItemConfigurationInterface() -
Uses of ReportExportConfiguration in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export with type parameters of type ReportExportConfigurationModifier and TypeInterfaceDescriptioninterfaceExporter<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.exportModifier and TypeInterfaceDescriptioninterfaceInterface containing settings used by the metadata based CSV exporter.interfaceInterface containing settings used by the CSV exporters.interfaceInterface containing settings used by the DOCX exporter.interfaceInterface containing settings used by the Graphics2D exporter.interfaceInterface containing settings used by the HTML exporters.interfaceInterface containing settings used by the ODS exporter.interfaceInterface containing settings used by the ODT exporter.interfaceInterface containing settings used by the PPTX exporter.interfaceInterface containing settings used by the print service exporter.interfaceInterface containing settings used by the RTF exporter.interfaceInterface containing settings used by the pure text exporter.interfaceInterface containing settings used by the Excel metadata exporters.interfaceInterface containing settings used by the Excel exporters.interfaceInterface containing settings used by the XLSX metadata exporters.interfaceInterface containing settings used by the XLSX exporter.Classes in net.sf.jasperreports.export that implement ReportExportConfigurationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.sf.jasperreports.export that return ReportExportConfigurationModifier and TypeMethodDescriptionExporterInputItem.getConfiguration()SimpleExporterInputItem.getConfiguration()Constructors in net.sf.jasperreports.export with parameters of type ReportExportConfigurationModifierConstructorDescriptionSimpleExporterInputItem(JasperPrint jasperPrint, ReportExportConfiguration configuration) SimpleExporterInputItem(JasperPrint jasperPrint, RepositoryResourceContext repositoryContext, ReportExportConfiguration configuration) Constructor parameters in net.sf.jasperreports.export with type arguments of type ReportExportConfigurationModifierConstructorDescriptionPrintPartUnrollExporterInput(ExporterInput exporterInput, Class<? extends ReportExportConfiguration> itemConfigurationInterface) -
Uses of ReportExportConfiguration in net.sf.jasperreports.json.export
Subinterfaces of ReportExportConfiguration in net.sf.jasperreports.json.exportModifier and TypeInterfaceDescriptioninterfaceInterface containing settings used by the JSON Metadata exporter.interfaceInterface containing settings used by the JSON exporter.Classes in net.sf.jasperreports.json.export that implement ReportExportConfigurationModifier and TypeClassDescriptionclassclass -
Uses of ReportExportConfiguration in net.sf.jasperreports.pdf
Subinterfaces of ReportExportConfiguration in net.sf.jasperreports.pdfModifier and TypeInterfaceDescriptioninterfaceInterface containing settings used by the PDF exporter.Classes in net.sf.jasperreports.pdf that implement ReportExportConfiguration