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

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.v19.1.Web.WebForms.dll

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

The GIF image format.

Jpg

The JPG image format.

Remarks

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

See Also