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

DashboardExcelExportOptions.IncludeHiddenParameters Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Show 11 property paths
Object Type Path to IncludeHiddenParameters
BeforeExportDocumentEventArgs
.ExcelExportOptions .IncludeHiddenParameters
CustomizeExportDocumentEventArgs
.ExcelExportOptions .IncludeHiddenParameters
ASPxDashboard
.ExcelExportOptions .IncludeHiddenParameters
BeforeExportDocumentWebEventArgs
.ExcelExportOptions .IncludeHiddenParameters
CustomizeExportDocumentWebEventArgs
.ExcelExportOptions .IncludeHiddenParameters
DashboardExtensionSettings
.ExcelExportOptions .IncludeHiddenParameters
MVCxDashboard
.ExcelExportOptions .IncludeHiddenParameters
DashboardDesigner
.ExcelExportOptions .IncludeHiddenParameters
DashboardViewer
.ExcelExportOptions .IncludeHiddenParameters
IDashboardControl
.ExcelExportOptions .IncludeHiddenParameters
DashboardControl
.ExcelExportOptions .IncludeHiddenParameters

Remarks

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

See Also