Skip to main content
All docs
V25.2
  • TdxDashboard.State Property

    Provides access to the dashboard state (in the JSON format).

    Declaration

    property State: TStringList read; write;

    Property Value

    Type Description
    TStringList

    Stores a dashboard state (as strings in the JSON format).

    Remarks

    The State property allows you to load and apply previously saved user interaction states (filter criteria, drill-down values, dashboard parameter values, etc.) to the current dashboard.

    Available Options

    Call State.LoadFromFile/State.LoadFromStream and State.SaveToFile/State.SaveToStream procedures to import and export dashboard states in the JSON format.

    In addition, you can use State.Strings and State.Text properties to access and modify dashboard states directly (if required).

    Refer to the TStringList class description for detailed information on all available options.

    See Also