PivotFieldValueEventArgsBase<T>.CreateDrillDownDataSource() Method
Returns data records that are used to calculate a summary value for the specified cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
PivotDrillDownDataSource | A PivotDrillDownDataSource object that contains records associated with the processed cell. |
Remarks
The CreateDrillDownDataSource method retrieves data source records used to calculate current cell values.
In OLAP and server mode, use the PivotFieldValueEventArgsBase<T>.CreateDrillDownDataSource method overload to get a list of records used to calculate a summary value for the specified cell.
See Also