'Declaration
Function GetDetail( _ ByVal view As Dictionary(Of String,Object), _ ByVal key() As Object _ ) As IRawData
IRawData GetDetail( Dictionary<string,object> view, object[] key )
Parameters
- view
- View definition used for performing aggregation.
- key
- Key values specifying the aggregated value (subtotal)./>
Return Value
List of source data objects that contributed to the given aggregation value.