Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotGridControl.CreateOLAPDrillDownDataSourceAsync Method

Name Parameters Description
CreateOLAPDrillDownDataSourceAsync(Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, customColumns, asyncCompleted Obsolete. In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify which columns should be returned.
CreateOLAPDrillDownDataSourceAsync(Int32, Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, maxRowCount, customColumns, asyncCompleted Obsolete. In OLAP mode, returns a list of records used to calculate a summary value for the specified cell asynchronously. Allows you to specify the columns and limit the number of records to be returned.