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 configurations -
-
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 classJRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext>interfaceJRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>Deprecated.Replaced byExporter.Fields in net.sf.jasperreports.engine declared as ReportExportConfiguration Modifier and Type Field Description protected 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 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 interfaceExporter<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 interfaceCsvMetadataReportConfigurationInterface containing settings used by the metadata based CSV exporter.interfaceCsvReportConfigurationInterface containing settings used by the CSV exporters.interfaceDocxReportConfigurationInterface containing settings used by the DOCX exporter.interfaceGraphics2DReportConfigurationInterface containing settings used by the Graphics2D exporter.interfaceHtmlReportConfigurationInterface containing settings used by the HTML exporters.interfaceJsonMetadataReportConfigurationInterface containing settings used by the JSON Metadata exporter.interfaceJsonReportConfigurationInterface containing settings used by the JSON exporter.interfaceOdsReportConfigurationInterface containing settings used by the ODS exporter.interfaceOdtReportConfigurationInterface containing settings used by the ODT exporter.interfacePdfReportConfigurationInterface containing settings used by the PDF exporter.interfacePptxReportConfigurationInterface containing settings used by the PPTX exporter.interfacePrintServiceReportConfigurationInterface containing settings used by the print service exporter.interfaceRtfReportConfigurationInterface containing settings used by the RTF exporter.interfaceTextReportConfigurationInterface containing settings used by the pure text exporter.interfaceXlsMetadataReportConfigurationInterface containing settings used by the Excel metadata exporters.interfaceXlsReportConfigurationInterface containing settings used by the Excel exporters.interfaceXlsxMetadataReportConfigurationInterface containing settings used by the XLSX metadata exporters.interfaceXlsxReportConfigurationInterface containing settings used by the XLSX exporter.Classes in net.sf.jasperreports.export that implement ReportExportConfiguration Modifier and Type Class Description classAbstractXlsReportConfigurationclassSimpleCsvMetadataReportConfigurationclassSimpleCsvReportConfigurationclassSimpleDocxReportConfigurationclassSimpleGraphics2DReportConfigurationclassSimpleHtmlReportConfigurationclassSimpleJsonMetadataReportConfigurationclassSimpleJsonReportConfigurationclassSimpleOdsReportConfigurationclassSimpleOdtReportConfigurationclassSimplePdfReportConfigurationclassSimplePptxReportConfigurationclassSimplePrintServiceReportConfigurationclassSimpleReportExportConfigurationclassSimpleRtfReportConfigurationclassSimpleTextReportConfigurationclassSimpleXlsMetadataReportConfigurationclassSimpleXlsReportConfigurationclassSimpleXlsxMetadataReportConfigurationclassSimpleXlsxReportConfigurationMethods in net.sf.jasperreports.export that return ReportExportConfiguration Modifier and Type Method Description ReportExportConfigurationExporterInputItem. getConfiguration()ReportExportConfigurationSimpleExporterInputItem. 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)
-