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

    Specifies if the data connection is active.

    Declaration

    property Active: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. Underlying data is available to a TdxReport component.
    False

    Underlying data is inaccessible to a TdxReport component.

    Tip

    This option may be useful for performance improvement when the Report Designer dialog is opened and your project includes multiple data connection components.

    Remarks

    You can set the Active property to False to disable the current data connection component.

    Default Value

    The Active property’s default value is True.

    See Also