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

DashboardPrintPreviewOptions.DashboardStatePosition Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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 printed document.

Property Paths

You can access this nested property as listed below:

Object Type Path to DashboardStatePosition
BeforeExportDocumentEventArgs
.PrintPreviewOptions .DashboardStatePosition
CustomExportBaseEventArgs
.PrintPreviewOptions .DashboardStatePosition
CustomExportEventArgs
.PrintPreviewOptions .DashboardStatePosition
CustomizeExportDocumentEventArgs
.PrintPreviewOptions .DashboardStatePosition
DashboardDesigner
.PrintPreviewOptions .DashboardStatePosition
DashboardViewer
.PrintPreviewOptions .DashboardStatePosition
IDashboardControl
.PrintPreviewOptions .DashboardStatePosition
DashboardControl
.PrintPreviewOptions .DashboardStatePosition

Remarks

To add a master state to the printed document, use the DashboardPrintPreviewOptions.ExportFilters property. To print current parameter values, enable the DashboardPrintPreviewOptions.ExportParameters flag.

See Also