Skip to main content

DashboardPdfExportOptions.ExportParameters Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

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

Remarks

To specify a position of the dashboard state (including current parameter values), use the DashboardPdfExportOptions.DashboardStatePosition property.

See Also