Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • TdxCustomDashboardControl.ExportFormats Property

    Specifies export formats available to users.

    Declaration

    property ExportFormats: TdxDashboardUIExportFormats read; write; default AllDashboardUIExportFormats;

    Property Value

    Type Default Description
    TdxDashboardUIExportFormats AllDashboardUIExportFormats

    The set of flags that correspond to individual supported export formats.

    Remarks

    The Web-based Dashboard Viewer dialog allows users to export the current dashboard or individual dashboard in any supported document or image format.

    VCL Dashboards: "Export To" Buttons in the Dashboard Viewer Dialog

    Export To Menu and Format Groups

    The TdxDashboardUIExportFormat type enumerates export format groups displayed when a user clicks an Export To button within the Dashboard Viewer dialog:

    VCL Dashboards: An "Export Formats" Menu Example in the Dashboard Viewer Dialog

    Export To Dialog

    A click on a menu item displays the corresponding modal dialog designed to select the required format and associated export settings:

    VCL Dashboards: Image Export Settings

    Available Options

    You can use the ExportFormats property to change the list of available export formats.

    Default Value

    The ExportFormats property’s default value is the AllDashboardUIExportFormats global constant.

    See Also