vcl-dxreport-dot-tdxreport-ffc4fa49.md
Specifies a group name for TdxReport components.
property GroupName: string read; write;
| Type | Description |
|---|---|
| string |
The TdxReport component group name.
|
Multiple TdxReport component instances in the same application share the same VCL backend and resources (such as data connection components). You can group TdxReport components according to their purpose in the application.
Use the GroupName property to associate the report component with a specific group.
The GroupName property’s default value is an empty string.
The default GroupName property value indicates that the report component belongs to an “empty” group. All TdxReport components with an unspecified GroupName property belong to the “empty” group and share the same backend resources.
See Also