TcxDBDataSummaryItem.FieldName Property
Defines the field name from which values are retrieved to calculate a summary.
Declaration
property FieldName: string read; write;
Property Value
Type |
---|
string |
Remarks
The FieldName property allows you to calculate a summary by one item and position its result based on another item. Use the FieldName property to assign the field name in the corresponding dataset against which the summary is calculated. If you do not specify the field name, the summary is calculated against values of the item referenced by the ItemLink property. The summary result is always placed at the position corresponding to the item referenced by the ItemLink property.
See Also