Uses of Interface
net.sf.jasperreports.export.CsvExporterConfiguration
-
Packages that use CsvExporterConfiguration Package Description 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 CsvExporterConfiguration in net.sf.jasperreports.engine.export
Classes in net.sf.jasperreports.engine.export with type parameters of type CsvExporterConfiguration Modifier and Type Class Description class
JRAbstractCsvExporter<RC extends CsvReportConfiguration,C extends CsvExporterConfiguration,E extends JRExporterContext>
Exports a JasperReports document to CSV format.Methods in net.sf.jasperreports.engine.export that return types with arguments of type CsvExporterConfiguration Modifier and Type Method Description protected Class<CsvExporterConfiguration>
JRCsvExporter. getConfigurationInterface()
-
Uses of CsvExporterConfiguration in net.sf.jasperreports.export
Subinterfaces of CsvExporterConfiguration in net.sf.jasperreports.export Modifier and Type Interface Description interface
CsvMetadataExporterConfiguration
Interface containing settings used by the metadata based CSV exporter.Classes in net.sf.jasperreports.export that implement CsvExporterConfiguration Modifier and Type Class Description class
SimpleCsvExporterConfiguration
class
SimpleCsvMetadataExporterConfiguration
-