Skip to main content

PivotGridControl.CreateOlapDrillDownDataSourceAsync Method

Name Parameters Description
CreateOlapDrillDownDataSourceAsync(Int32, Int32, List<String>, AsyncCompletedHandler) columnIndex, rowIndex, customColumns, asyncCompleted 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 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.