Skip to main content

DashboardPdfExportOptions.IncludeHiddenParameters Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool IncludeHiddenParameters { get; set; }

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path to IncludeHiddenParameters
BeforeExportDocumentEventArgs
.PdfExportOptions .IncludeHiddenParameters
CustomExportBaseEventArgs
.PdfExportOptions .IncludeHiddenParameters
ASPxDashboard
.PdfExportOptions .IncludeHiddenParameters
BeforeExportDocumentWebEventArgs
.PdfExportOptions .IncludeHiddenParameters
CustomExportBaseWebEventArgs
.PdfExportOptions .IncludeHiddenParameters
DashboardExtensionSettings
.PdfExportOptions .IncludeHiddenParameters
DashboardDesigner
.PdfExportOptions .IncludeHiddenParameters
DashboardViewer
.PdfExportOptions .IncludeHiddenParameters
IDashboardControl
.PdfExportOptions .IncludeHiddenParameters
DashboardControl
.PdfExportOptions .IncludeHiddenParameters

Remarks

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

See Also