Skip to main content

TcxPivotGridCrossCellSummary.GetValue(Integer) Method

Returns the field value at the specified drilldown data record.

Declaration

function GetValue(ARecordIndex: Integer): Variant; virtual;

Parameters

Name Type
ARecordIndex Integer

Returns

Type
Variant

Remarks

Summary values are calculated against the values of the field referenced by the DataField property. Use the GetValue function to get a particular field value for a specific record in the underlying data store. The record is identified by its index which is passed as the ARecordIndex parameter.

Use the Records property to access all the corresponding drilldown data records.

See Also