Skip to main content
All docs
V23.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.

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

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