Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the
OlapTable property.
'Declaration
Public Overloads Function GetDetail( _
ByVal As C1.Silverlight.Data.DataRow, _
ByVal columnName As System.String _
) As System.Collections.IList
public System.Collections.IList GetDetail(
C1.Silverlight.Data.DataRow ,
System.string columnName
)
Parameters
- row
- C1.Silverlight.Data.DataRow that contains the Olap cell.
- columnName
- Name of the column that contains the Olap cell.
Return Value
A list of objects in the raw data source that define the content of the specified Olap cell.