Skip to main content
All docs
V24.2

DxExcelExportOptions.IncludeHiddenParameters Property

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

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

#Declaration

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

#Property Value

Type Description
Boolean

true to add current parameter values 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 obtain access to all hidden parameters and associated values.

Encode parameter values wherever/whenever possible. Never store sensitive/unencrypted information within dashboard parameters.

See Also