Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridControl.CreateServerModeDrillDownDataSourceAsync Method

Name Parameters Description
CreateServerModeDrillDownDataSourceAsync(Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, customColumns, asyncCompleted Obsolete. In server 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.
CreateServerModeDrillDownDataSourceAsync(Int32, Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, maxRowCount, customColumns, asyncCompleted Obsolete. In server 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.