PivotGridExtension.CreateDrillDownDataSource(PivotGridSettings, Object, Int32, Int32, Int32, List<String>) Method
Returns data records associated with the specified cell.
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,
int columnIndex,
int rowIndex,
int maxRowCount,
List<string> customColumns
)
#Parameters
Name | Type | Description |
---|---|---|
pivot |
Pivot |
A Pivot |
data |
Object | A Pivot |
column |
Int32 | An integer value that is the zero-based cell’s column index. |
row |
Int32 | An integer value that is the zero-based cell’s row index. |
max |
Int32 | An integer value that specifies the maximum number of data rows to return. Set it to -1 to retrieve all rows. |
custom |
List<String> | A list of columns in a data source to return. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Important
The custom
The CreateDrillDownDataSource method allows you to retrieve the subset of records from the PivotGrid’s underlying datasource associated with the specified cell.
Important
Do not call the Create