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

DashboardExcelExportOptions.DashboardStatePosition Property

Gets or sets the position of the dashboard state (such as master filter or current parameter values) in the exported document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(DashboardStateExcelExportPosition.Below)]
public DashboardStateExcelExportPosition DashboardStatePosition { get; set; }

Property Value

Type Default Description
DashboardStateExcelExportPosition **Below**

A DashboardStateExcelExportPosition object that specifies the position of the dashboard state in the exported document.

Property Paths

You can access this nested property as listed below:

Object Type Path to DashboardStatePosition
BeforeExportDocumentEventArgs
.ExcelExportOptions.DashboardStatePosition
CustomizeExportDocumentEventArgs
.ExcelExportOptions.DashboardStatePosition
ASPxDashboard
.ExcelExportOptions.DashboardStatePosition
BeforeExportDocumentWebEventArgs
.ExcelExportOptions.DashboardStatePosition
CustomizeExportDocumentWebEventArgs
.ExcelExportOptions.DashboardStatePosition
DashboardExtensionSettings
.ExcelExportOptions.DashboardStatePosition
MVCxDashboard
.ExcelExportOptions.DashboardStatePosition
DashboardDesigner
.ExcelExportOptions.DashboardStatePosition
DashboardViewer
.ExcelExportOptions.DashboardStatePosition
DashboardControl
.ExcelExportOptions.DashboardStatePosition

Remarks

To add a master state to the exported document, use the DashboardExcelExportOptions.ExportFilters property. To export current parameter values, enable the DashboardExcelExportOptions.ExportParameters flag.

See Also