Skip to main content
All docs
V23.2

DxPdfExportOptions.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.v23.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

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

Property Value

Type Description
DashboardStateExportPosition

A DashboardStateExportPosition value that specifies the position of the dashboard state in the exported document.

Available values:

Name Description
Below

The dashboard state is placed below the exported dashboard/dashboard item.

SeparatePage

The dashboard state is placed on a separate page.

Remarks

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

See Also