IAdmReportDocumentCSV

The IAdmReportDocumentCSV interface is used to configure CSV report documents.

Inheritance: IAdmReportDocument

Properties

  • Property

  • Description

  • LineBreak

  • Gets or sets a value indicating the line break style for the report document.

  • ColumnSeparator

  • Gets or sets a string used to separate columns in the report document.

  • MultiValueSeparator

  • Gets or sets a string used to separate values of multi-value properties in the report document.

Details

LineBreak

Gets or sets a value indicating the line break style for the report document.


ColumnSeparator

Gets or sets a string used to separate columns in the report document.

  • Type:
  • string
  • Access:
  • Read/Write

MultiValueSeparator

Gets or sets a string used to separate values of multi-value properties in the report document.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2018.1

See also