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

DashboardStateExportPosition Class

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

Declaration

declare class DashboardStateExportPosition

Remarks

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

Properties

Below Property

The dashboard state is placed below the exported dashboard/dashboard item.

Declaration

static readonly Below: string

Property Value

Type
string

SeparatePage Property

The dashboard state is placed on a separate page.

Declaration

static readonly SeparatePage: string

Property Value

Type
string