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

DashboardPrintPreviewOptions.IncludeHiddenParameters Property

Gets or sets whether to add current values of hidden parameter to the printed 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 printed document; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IncludeHiddenParameters
BeforeExportDocumentEventArgs
.PrintPreviewOptions.IncludeHiddenParameters
CustomExportBaseEventArgs
.PrintPreviewOptions.IncludeHiddenParameters
CustomExportEventArgs
.PrintPreviewOptions.IncludeHiddenParameters
CustomizeExportDocumentEventArgs
.PrintPreviewOptions.IncludeHiddenParameters
DashboardDesigner
.PrintPreviewOptions.IncludeHiddenParameters
DashboardViewer
.PrintPreviewOptions.IncludeHiddenParameters
DashboardControl
.PrintPreviewOptions.IncludeHiddenParameters

Remarks

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

See Also