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.2.Core.dll
Declaration
[DefaultValue(DashboardStateExportPosition.Below)]
public DashboardStateExportPosition DashboardStatePosition { get; set; }
<DefaultValue(DashboardStateExportPosition.Below)>
Public Property DashboardStatePosition As DashboardStateExportPosition
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 |
|
CustomExportBaseEventArgs |
|
CustomExportEventArgs |
|
CustomizeExportDocumentEventArgs |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
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.
Implements
DevExpress.DashboardCommon.Native.IDashboardReportOptions.DashboardStatePosition
See Also
Feedback