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.DashboardName Property

    Specifies the dashboard name.

    Declaration

    property DashboardName: string read; write;

    Property Value

    Type Description
    string

    The dashboard name.

    Remarks

    Use the DashboardName property to define a dashboard layout name for export operations when the Layout property contains a non-empty dashboard layout. Dashboard Viewer and Dashboard Designer dialogs also display the DashboardName property value in the form caption.

    The ExportTo procedure returns a string (as the AFileName parameter) that consists of the DashboardName property value with the file name extension associated with the target export format.

    Default Value

    The DashboardName property’s default value is an empty string.

    The default DashboardName property value indicates that the ShowDesigner procedure displays an empty dashboard layout, even if the Layout property contains a non-empty layout. Any subsequent saved changes made in the Dashboard Designer dialog update both DashboardName and Layout property values.

    See Also