Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.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.

    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

    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