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

DxExcelExportOptions.IncludeHiddenParameters Property

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

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

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

Property Value

Type Description
Boolean

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

Remarks

Note that the IncludeHiddenParameters property is in effect when the ExportParameters property is enabled.

Warning

If the IncludeHiddenParameters client property is enabled, a user can still get access to all hidden parameters with their values.

Encode the passed parameter value if possible. Do not store any sensitive information in dashboard parameters that isn’t encrypted.

See Also