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

DashboardStateExcelExportPosition Class

Lists constants that specify the position of the dashboard state (such as master filter or current parameter values) in the exported Excel document.

Declaration

declare class DashboardStateExcelExportPosition

Remarks

Values listed in this class are used to set the DashboardExcelExportOptions.DashboardStatePosition property.

Properties

Below Property

The dashboard state is placed below the exported data.

Declaration

static readonly Below: string

Property Value

Type
string

SeparateSheet Property

The dashboard state is placed on a separate sheet.

Declaration

static readonly SeparateSheet: string

Property Value

Type
string