Skip to main content

TcxPivotGridSummaryDataSet Class

Represents an in-memory read-only dataset based on a pivot grid’s summary data of cross cells.

Declaration

TcxPivotGridSummaryDataSet = class(
    TcxCustomPivotGridSummaryDataSet
)

Remarks

This class doesn’t introduce any new functionality, but instead publishes properties and events inherited from the base class.

Usage

Drop a TcxPivotGridSummaryDataSet component on a form and link it to a pivot grid via the PivotGrid property. After this, you can bind this dataset via a TDataSource component to any data-aware control.

The image below demonstrates the grid control bound to the summary dataset.

To manually populate the dataset with data, call the CreateData method. To enable the automatic recreation of the dataset in response to changes to the pivot grid’s summary data or field layout, use the dataset’s SynchronizeData option.

The DataSetsDemo shipped with the ExpressPivotGrid Suite describes how you can use the TcxPivotGridSummaryDataSet component to display summary data in the ExpressQuantumGrid Table and Chart Views.

See Also