PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateOLAPDrillDownDataSource(List<String>) Method
In This Article
OBSOLETE
The Create
In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Obsolete("The CreateOLAPDrillDownDataSource method is obsolete now. Use the CreateDrillDownDataSource method instead.")]
public PivotDrillDownDataSource CreateOLAPDrillDownDataSource(
List<string> customColumns
)
#Parameters
Name | Type | Description |
---|---|---|
custom |
List<String> | A list of columns to be returned. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also