With the following properties you can configure the CSV export.
Specifies the delimiter that separates the fields. By default, a comma is used.
Specifies a comma separated list of fixed column widths, e.g. 3,5,5
or 5,5,,4
. The following default values will be used for columns without specified width:
If this parameter is specified the exported csv file will not contain column delimiters and text qualifier.
Specifies the character that will be used as text qualifier. By default, a quotation mark is used.
Specifies the encoding for the csv file. By default, the server default encoding is used.
Specifies if the created CSV file contains only the data of the report and no labels and layout information.
Specifies if the exported CSV file contains column names in the first row. The default value is true.
This parameter is useful for data export, only.