Back to Devexpress

DashboardExportImageFormat Enum

dashboard-devexpress-dot-dashboardweb-d8ab1995.md

latest2.0 KB
Original Source

DashboardExportImageFormat Enum

OBSOLETE

The DashboardExportImageFormat enumeration is obsolete now. Use the DashboardExportImageFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Lists values that specify the image format used for exporting a dashboard/dashboard item.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The DashboardExportImageFormat enumeration is obsolete now. Use the DashboardExportImageFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public enum DashboardExportImageFormat
vb
<Obsolete("The DashboardExportImageFormat enumeration is obsolete now. Use the DashboardExportImageFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Enum DashboardExportImageFormat

Members

NameDescription
Png

The PNG image format.

| | Gif | | | Jpg |

The JPG image format.

|

Remarks

Values listed by this enumeration are used to set the ImageFormatExportOptions.Format property.

See Also

DevExpress.DashboardWeb Namespace