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

DashboardExportFilterState Class

Lists constants used to identify the filter state’s location on the exported document.

Declaration

declare class DashboardExportFilterState

Remarks

Values returned by this class are used to set the ASPxClientDashboardExportOptions.FilterState property.

See Also

Properties

Below Property

The filter state is placed below the dashboard (dashboard item) in the exported document.

Declaration

static readonly Below: string

Property Value

Type
string

None Property

The filter state is not included in the exported document.

Declaration

static readonly None: string

Property Value

Type
string

SeparatePage Property

The filter state is placed on a separate page in the exported document.

Declaration

static readonly SeparatePage: string

Property Value

Type
string