PivotGridControl.CreateDrillDownDataSource(Int32, Int32) Method
Returns a list of records used to calculate a summary value for the specified cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
public PivotDrillDownDataSource CreateDrillDownDataSource(
int columnIndex,
int rowIndex
)
#Parameters
Name | Type | Description |
---|---|---|
column |
Int32 | A zero-based integer which identifies the visible index of the column. |
row |
Int32 | A zero-based integer which identifies the visible index of the row. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
In OLAP mode, calling this method is equivalent to calling the PivotGridControl.CreateOlapDrillDownDataSource method with the customColumns parameter set to null.
NOTE
Calling the Create