Skip to main content
All docs
V24.2

DashboardExportImageFormat Class

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

#Declaration

TypeScript
declare class DashboardExportImageFormat

#Remarks

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

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

#Properties

#Gif Property

#Declaration

TypeScript
static readonly Gif: string

#Property Value

Type
string

#Jpg Property

The JPG image format.

#Declaration

TypeScript
static readonly Jpg: string

#Property Value

Type
string

#Png Property

The PNG image format.

#Declaration

TypeScript
static readonly Png: string

#Property Value

Type
string