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.v20.2.Core.dll

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

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:

Show 11 property paths
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
IDashboardControl
.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