Skip to main content
All docs
V18.2

DashboardPdfExportOptions.IncludeHiddenParameters Property

Gets or sets whether to add current values of a hidden parameter to the exported document.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool IncludeHiddenParameters { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Note that the IncludeHiddenParameters property requires enabling the DashboardPdfExportOptions.ExportParameters property.

See Also