Back to Devexpress

DashboardExportCompatibilityMode Enum

dashboard-devexpress-dot-dashboardcommon-9169026c.md

latest1.7 KB
Original Source

DashboardExportCompatibilityMode Enum

Lists values specifying the compatibility mode used to export a dashboard/dashboard items.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardExportCompatibilityMode
vb
Public Enum DashboardExportCompatibilityMode

Members

NameDescription
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.

|

The following properties accept/return DashboardExportCompatibilityMode values:

Remarks

Values listed in this enumeration are used to set the DashboardExportSettings.CompatibilityMode property.

See Also

DevExpress.DashboardCommon Namespace