Skip to main content
All docs
V26.1
  • TdxReport.GroupName Property

    Specifies a group name for TdxReport components.

    Declaration

    property GroupName: string read; write;

    Property Value

    Type Description
    string

    The TdxReport component group name.

    Remarks

    Multiple TdxReport component instances in the same application share the same VCL backend and resources (such as data connection components).

    Use the GroupName property to associate the TdxReport component with a specific group according to the component purpose in the application. All TdxReport and TdxReportControl components with the same GroupName[1] property value share the same VCL backend resources.

    Default Value

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

    The default GroupName property value indicates that the TdxReport component belongs to an “empty” group. All TdxReport and TdxReportControl components with an unspecified GroupName property belong to the “empty” group and share the same backend resources/data sources.

    Footnotes
    1. The TdxReportControl component also implements its GroupName property.

    See Also