dashboard-devexpress-dot-dashboardweb-d8ab1995.md
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
[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
<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
| Name | Description |
|---|---|
Png |
The PNG image format.
|
| Gif | |
| Jpg |
The JPG image format.
|
Values listed by this enumeration are used to set the ImageFormatExportOptions.Format property.
See Also