CreateDrillDownDataSourceAsync()
|
none
|
Returns a list of records used to calculate a summary value for the specified cell asynchronously.
|
CreateDrillDownDataSourceAsync(Int32, Int32, List<String>)
|
columnIndex, rowIndex, customColumns
|
Returns a list of records used to calculate a summary value for the specified cell asynchronously.
|
CreateDrillDownDataSourceAsync(Int32, Int32, Int32, List<String>)
|
columnIndex, rowIndex, maxRowCount, customColumns
|
Returns a list of records used to calculate a summary value for the specified cell asynchronously.
|
CreateDrillDownDataSourceAsync(Int32, Int32, Int32)
|
columnIndex, rowIndex, maxRowCount
|
Returns a list of records used to calculate a summary value for the specified cell asynchronously.
|
CreateDrillDownDataSourceAsync(Int32, Int32)
|
columnIndex, rowIndex
|
Returns a list of records used to calculate a summary value for the specified cell asynchronously.
|