format property
The output format of the report.
If not specified, default format is "CSV". Note that the actual format in the completed report file might differ if for instance the report's size exceeds the format's capabilities. "CSV" will then be the fallback format. Possible string values are:
- "CSV"
- "EXCEL"
Implementation
core.String? format;