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

DxPdfExportOptions.IncludeHiddenParameters 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 IncludeHiddenParameters { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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