Back to Devexpress

DashboardStateExcelExportPosition Enum

corelibraries-devexpress-dot-dashboardcommon-3b8f298d.md

latest1.8 KB
Original Source

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.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum DashboardStateExcelExportPosition
vb
Public Enum DashboardStateExcelExportPosition

Members

NameDescription
Below

The dashboard state is placed below the exported data.

| | SeparateSheet |

The dashboard state is placed on a separate sheet.

|

The following properties accept/return DashboardStateExcelExportPosition values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace