format property

String? format
getter/setter pair

The output format of the report.

Only available once the file is available. Possible string values are:

  • "CSV"
  • "EXCEL"

Implementation

core.String? format;