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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764
Lists values that specify the image format used for exporting a dashboard/dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v23.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[Obsolete("The DashboardExportImageFormat enumeration is obsolete now. Use the DashboardExportImageFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public enum DashboardExportImageFormat
Members
Name | Description |
---|---|
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.