Skip to main content
All docs
V25.1
  • TdxReportCustomDataConnection.DisplayName Property

    Specifies the data connection name displayed in Report Designer and Collection Editor dialogs.

    Declaration

    property DisplayName: string read; write;

    Property Value

    Type Description
    string

    The data connection name.

    Remarks

    The Report Designer dialog uses the DisplayName property value to refer to the data connection component in the report template.

    See Also