PivotGridExtension.CreateDrillDownDataSource(PivotGridSettings, Object) Method
Returns data records used to calculate summary values for all cells.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static PivotDrillDownDataSource CreateDrillDownDataSource(
PivotGridSettings pivotGridSettings,
object dataSource
)
#Parameters
Name | Type | Description |
---|---|---|
pivot |
Pivot |
A Pivot |
data |
Object | A Pivot |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
To obtain underlying data for a particular cell, use other overloads of the CreateDrillDownDataSource method that take the columnIndex and rowIndex parameters.
Important
Do not call the Create