Back to Devexpress

TdxReport.GroupName Property

vcl-dxreport-dot-tdxreport-ffc4fa49.md

latest1.3 KB
Original Source

TdxReport.GroupName Property

Specifies a group name for TdxReport components.

Declaration

delphi
property GroupName: string read; write;

Property Value

TypeDescription
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). 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.

Default Value

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

TdxReport Class

TdxReport Members

dxReport Unit