CustomExportCellEventArgsBase.CreateDrillDownDataSource() Method
In This Article
Returns data records used to calculate a summary value for the current cell.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotDrillDownDataSource CreateDrillDownDataSource()
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The CreateDrillDownDataSource method retrieves data source records used to calculate current cell values.
See Also