Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxExcelExportOptions.DashboardStatePosition Property

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

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public DashboardStateExcelExportPosition DashboardStatePosition { get; set; }

Property Value

Type Description
DashboardStateExcelExportPosition

The DashboardStateExcelExportPosition object that specify the position of the dashboard state in the exported Excel document.

Available values:

Name Description
Below

The dashboard state is placed below the exported data.

SeparateSheet

The dashboard state is placed on a separate sheet.

Remarks

To add a master state to the exported document, use the ExportFilters property. To export current parameter values, set the ExportParameters property to true.

See Also