Skip to main content
A newer version of this page is available. .

DashboardStateExportPosition Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public enum DashboardStateExportPosition

Members

Name Description
Below

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

SeparatePage

The dashboard state is placed on a separate page.

See Also