DashboardExportImageFormat Class
In This Article
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 ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
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 |