Skip to main content
All docs
V25.1
  • PivotCellEventArgs.CreateDrillDownDataSourceAsync Method

    Name Parameters Description
    CreateDrillDownDataSourceAsync() none Returns a list of records used to calculate a summary value for the specified cell asynchronously.
    CreateDrillDownDataSourceAsync(List<String>) customColumns Returns data records used to calculate a summary value for the current cell asynchronously. Allows you to specify the columns to return.
    CreateDrillDownDataSourceAsync(Int32, List<String>) maxRowCount, customColumns Returns data records used to calculate a summary value for the current cell asynchronously. Allows you to specify the columns and limit the number of records to return.
    CreateDrillDownDataSourceAsync(Int32) maxRowCount Returns data records used to calculate a summary value for the current cell asynchronously. Allows you to specify the columns and limit the number of records to return.