Uses of Class
net.sf.jasperreports.engine.export.JRCsvMetadataExporterParameter
-
Packages that use JRCsvMetadataExporterParameter 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. -
-
Uses of JRCsvMetadataExporterParameter in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRCsvMetadataExporterParameter Modifier and Type Field Description static JRCsvMetadataExporterParameterJRCsvMetadataExporterParameter. COLUMN_NAMESDeprecated.Replaced byCsvMetadataReportConfiguration.getColumnNames().static JRCsvMetadataExporterParameterJRCsvMetadataExporterParameter. WRITE_HEADERDeprecated.Replaced byCsvMetadataReportConfiguration.isWriteHeader().
-