Back to Devexpress

PivotFieldValueEventArgsBase<T>.CreateDrillDownDataSource() Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-af79ef9f.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public PivotDrillDownDataSource CreateDrillDownDataSource()
vb
Public Function CreateDrillDownDataSource As PivotDrillDownDataSource

Returns

TypeDescription
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

Drill Down to the Underlying Data

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace