DashboardStateExportPosition Enum
In This Article
Lists values that specify the position of the dashboard state (such as master filter or current parameter values) in the exported document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Below
|
The dashboard state is placed below the exported dashboard/dashboard item. |
Separate
|
The dashboard state is placed on a separate page. |
#Related API Members
The following properties accept/return DashboardStateExportPosition values:
See Also