Skip to main content

TcxPivotGridGroupItem.CreateSummaryRecords Method

Populates the Records collection with indexes of the data source records, which correspond to the currently processed grouping value‘s children.

Declaration

function CreateSummaryRecords: TcxPivotGridRecords; virtual;

Returns

Type
TcxPivotGridRecords

Remarks

The CreateSummaryRecords method only adds indexes of the records that represent the filtered field values of the currently processed grouping value.

The filtered field values are involved in a cross-reference manipulation. The result of that manipulation is the data output that is displayed in a group of cross cells under the currently processed grouping value.

See Also