Interface CsvMetadataReportConfiguration

    • Field Detail

      • PROPERTY_COLUMN_NAMES_PREFIX

        static final 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.
        See Also:
        JRPropertiesUtil, Constant Field Values
    • Method Detail

      • isWriteHeader

        java.lang.Boolean isWriteHeader()
        Returns a boolean that specifies whether the export header (the column names) should be written or not.
        See Also:
        PROPERTY_WRITE_HEADER
      • getColumnNames

        java.lang.String[] getColumnNames()
        Returns an array of strings representing the comma-separated names of the columns that should be exported.

        NOTE: The order of the columns is important and, for accurate results, they should be in the same order as the original columns.

        See Also:
        PROPERTY_COLUMN_NAMES_PREFIX