Skip to main content

DashboardPrintPreviewOptions.IncludeHiddenParameters Property

Gets or sets whether to add current values of hidden parameter to the printed 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 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
DashboardDesigner
.PrintPreviewOptions .IncludeHiddenParameters
DashboardViewer
.PrintPreviewOptions .IncludeHiddenParameters
IDashboardControl
.PrintPreviewOptions .IncludeHiddenParameters
DashboardControl
.PrintPreviewOptions .IncludeHiddenParameters

Remarks

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

See Also