public interface CsvMetadataReportConfiguration extends CsvReportConfiguration
JRCsvMetadataExporter
Modifier and Type | Field and Description |
---|---|
static java.lang.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 java.lang.String |
PROPERTY_WRITE_HEADER
Property whose value is used as default for the
isWriteHeader() export configuration setting. |
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames()
Returns an array of strings representing the comma-separated names of the columns that should be exported.
|
java.lang.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, getStartPageIndex
isOverrideHints
static final java.lang.String PROPERTY_WRITE_HEADER
isWriteHeader()
export configuration setting.
The property itself defaults to false
.
JRPropertiesUtil
,
Constant Field Valuesstatic final java.lang.String PROPERTY_COLUMN_NAMES_PREFIX
getColumnNames()
export configuration setting.JRPropertiesUtil
,
Constant Field Valuesjava.lang.Boolean isWriteHeader()
PROPERTY_WRITE_HEADER
java.lang.String[] 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_PREFIX
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com