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

DashboardStateExcelExportPosition Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum DashboardStateExcelExportPosition

Members

Name Description
Below

The dashboard state is placed below the exported data.

SeparateSheet

The dashboard state is placed on a separate sheet.

Remarks

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

See Also