Online Documentation for Advanced Excel Report for RAD Studio

FieldName


Applies to

TEXLReportGroupHeaderBand object

 

Declaration

property FieldName: String;

 

Description

 

The FieldName property defines the name of the field by which the records are grouped in the result Excel file. If you want to group records not by a single field value, but by the value of some expression, you can leave this property empty, and write handler for the OnCalcExpression event.

 


See also:

OnCalcExpression event