Skip to main content

DashboardPdfExportOptions.DashboardStatePosition Property

Gets or sets a position of the dashboard state (such as master filter or current parameter values) in the exported document.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(DashboardStateExportPosition.Below)]
public DashboardStateExportPosition DashboardStatePosition { get; set; }

Property Value

Type Default Description
DashboardStateExportPosition Below

A DashboardStateExportPosition object that specifies a position of the dashboard state in the exported document.

Available values:

Name Description
Below

The dashboard state is placed below the exported dashboard/dashboard item.

SeparatePage

The dashboard state is placed on a separate page.

Property Paths

You can access this nested property as listed below:

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

Remarks

To add a master state to the exported document, use the DashboardPdfExportOptions.ExportFilters property. To export current parameter values, enable the DashboardPdfExportOptions.ExportParameters flag.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DashboardStatePosition property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also