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

DashboardExportSettings.CompatibilityMode Property

Gets or sets the compatibility mode used to export a dashboard/dashboard items.

Namespace: DevExpress.DashboardCommon

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

Declaration

public static DashboardExportCompatibilityMode CompatibilityMode { get; set; }

Property Value

Type Description
DashboardExportCompatibilityMode

A DashboardExportCompatibilityMode enumeration value that specifies the compatibility mode used to export a dashboard/dashboard items.

Available values:

Name Description
Full

Identifies the full export mode that uses GDI+ API to export a dashboard/dashboard item.

Restricted

Identifies the restricted export mode that disables use of the GDI+ API to export a dashboard/dashboard item. For instance, this mode is used to fix issues related to exporting a dashboard/dashboard item displayed in the web application deployed in the cloud.

See Also