Skip to main content
A newer version of this page is available.
All docs
V19.2

DashboardExportImageFormat Class

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

Declaration

declare class DashboardExportImageFormat

Remarks

Values returned by this class are used to set the DashboardImageExportOptions.Format property.

Properties

Gif Property

The GIF image format.

Declaration

static readonly Gif: string

Property Value

Type
string

Jpg Property

The JPG image format.

Declaration

static readonly Jpg: string

Property Value

Type
string

Png Property

The PNG image format.

Declaration

static readonly Png: string

Property Value

Type
string