Skip to main content

DashboardExportImageFormat Enum

Lists values that specify the format used to export a dashboard/dashboard item to an image.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Data.v25.1.dll

NuGet Package: DevExpress.Data

Declaration

public enum DashboardExportImageFormat

Members

Name Description
Png

The PNG image format.

Jpeg

The JPG image format.

Gif

The GIF image format.

Svg

The SVG image format.

See Also