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

DxExcelExportOptions.ExportParameters Property

Specifies whether to add current parameter values to the exported document.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool ExportParameters { get; set; }

Property Value

Type Description
Boolean

true to add current parameter values to the exported document; otherwise, false.

Remarks

To specify the position of the dashboard state (including current parameter values), use the DashboardStatePosition property.

See Also