TcxCustomPivotGridDrillDownDataSet Class
Represents the base class for all classes that cache a pivot grid’s drill-down data of data cells into an in-memory read-only dataset.
Declaration
TcxCustomPivotGridDrillDownDataSet = class(
TcxPivotGridCustomDataSet
)
Remarks
This class doesn’t introduce any new members, but instead implements the following:
- Creates a dataset field for each row, column, data field, and filter field. This table is populated with drill-down values of the currently selected data cells. These values correspond to source pivot grid fields as shown in the image below.
Enables the dataset’s synchronization in response to changes to a pivot grid’s summary data, field layout, or selection.
Creates the RecID auto increment dataset field to store identity values for dataset records.
The TcxPivotGridDrillDownDataSet class (a TcxCustomPivotGridDrillDownDataSet descendant) represents a component that can be used in your projects to provide a pivot grid’s drill-down data for data-aware controls.
Inheritance
TObject
TPersistent
TComponent
TDataSet
TdxCustomMemData
TcxPivotGridCustomDataSet
TcxCustomPivotGridDrillDownDataSet
See Also