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

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.v19.1.Core.dll

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.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Object Type Path to DashboardStatePosition
BeforeExportDocumentEventArgs
.PdfExportOptions.DashboardStatePosition
CustomExportBaseEventArgs
.PdfExportOptions.DashboardStatePosition
CustomExportEventArgs
.PdfExportOptions.DashboardStatePosition
CustomizeExportDocumentEventArgs
.PdfExportOptions.DashboardStatePosition
ASPxDashboard
.PdfExportOptions.DashboardStatePosition
BeforeExportDocumentWebEventArgs
.PdfExportOptions.DashboardStatePosition
CustomExportBaseWebEventArgs
.PdfExportOptions.DashboardStatePosition
CustomExportWebEventArgs
.PdfExportOptions.DashboardStatePosition
CustomizeExportDocumentWebEventArgs
.PdfExportOptions.DashboardStatePosition
DashboardExtensionSettings
.PdfExportOptions.DashboardStatePosition
MVCxDashboard
.PdfExportOptions.DashboardStatePosition
DashboardDesigner
.PdfExportOptions.DashboardStatePosition
DashboardViewer
.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