Skip to main content
A newer version of this page is available.
All docs
V19.2

DashboardExportExcelFormat Class

Lists values that specify Excel formats available for exporting individual dashboard items.

Declaration

declare class DashboardExportExcelFormat

Remarks

Values returned by this class are used to set the DashboardExcelExportOptions.Format property.

Properties

Csv Property

A comma-separated values (CSV) file format.

Declaration

static readonly Csv: string

Property Value

Type
string

Xls Property

The Excel 97 - Excel 2003 (XLS) file format.

Declaration

static readonly Xls: string

Property Value

Type
string

Xlsx Property

The Office Excel 2007 XML-based (XLSX) file format.

Declaration

static readonly Xlsx: string

Property Value

Type
string