public interface CsvMetadataReportConfiguration extends CsvReportConfiguration
JRCsvMetadataExporter| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COLUMN_NAMES_PREFIX
Properties having this prefix contain comma-separated column names and are used as default
for the
getColumnNames() export configuration setting. |
static String |
PROPERTY_WRITE_HEADER
Property whose value is used as default for the
isWriteHeader() export configuration setting. |
PROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns an array of strings representing the comma-separated names of the columns that should be exported.
|
Boolean |
isWriteHeader()
Returns a boolean that specifies whether the export header (the column names) should be written or not.
|
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintsstatic final String PROPERTY_WRITE_HEADER
isWriteHeader() export configuration setting.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuesstatic final String PROPERTY_COLUMN_NAMES_PREFIX
getColumnNames() export configuration setting.JRPropertiesUtil,
Constant Field ValuesBoolean isWriteHeader()
PROPERTY_WRITE_HEADERString[] getColumnNames()
NOTE: The order of the columns is important and, for accurate results, they should be in the same order as the original columns.
PROPERTY_COLUMN_NAMES_PREFIXCopyright © 2017. All rights reserved.