Skip to main content
A newer version of this page is available. .

DashboardPdfExportOptions.IncludeHiddenParameters Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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:

Show 14 property paths
Object Type Path to IncludeHiddenParameters
BeforeExportDocumentEventArgs
.PdfExportOptions.IncludeHiddenParameters
CustomExportBaseEventArgs
.PdfExportOptions.IncludeHiddenParameters
CustomExportEventArgs
.PdfExportOptions.IncludeHiddenParameters
CustomizeExportDocumentEventArgs
.PdfExportOptions.IncludeHiddenParameters
ASPxDashboard
.PdfExportOptions.IncludeHiddenParameters
BeforeExportDocumentWebEventArgs
.PdfExportOptions.IncludeHiddenParameters
CustomExportBaseWebEventArgs
.PdfExportOptions.IncludeHiddenParameters
CustomExportWebEventArgs
.PdfExportOptions.IncludeHiddenParameters
CustomizeExportDocumentWebEventArgs
.PdfExportOptions.IncludeHiddenParameters
DashboardExtensionSettings
.PdfExportOptions.IncludeHiddenParameters
MVCxDashboard
.PdfExportOptions.IncludeHiddenParameters
DashboardDesigner
.PdfExportOptions.IncludeHiddenParameters
DashboardViewer
.PdfExportOptions.IncludeHiddenParameters
DashboardControl
.PdfExportOptions.IncludeHiddenParameters

Remarks

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

See Also