wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-3d252645.md
Returns a list of records used to calculate summary values displayed within the PivotGridControl.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public PivotDrillDownDataSource CreateDrillDownDataSource()
Public Function CreateDrillDownDataSource As PivotDrillDownDataSource
| Type | Description |
|---|---|
| PivotDrillDownDataSource |
A PivotDrillDownDataSource object that contains the underlying data.
|
If you use the CreateDrillDownDataSource method in OLAP, take note of the following limitations:
Note
Calling the CreateDrillDownDataSource method from the PivotGridControl.CustomSummary and PivotGridControl.CustomUnboundFieldData event handlers may result in a stack overflow exception. To provide custom cell values that require obtaining the underlying data to be calculated, call the corresponding methods provided by the current event arguments (PivotCustomSummaryEventArgs.CreateDrillDownDataSource and PivotCustomFieldDataEventArgs.GetListSourceColumnValue, respectively).
See Also