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 column As C1.Silverlight.Data.DataColumn _
) As System.Collections.IList
public System.Collections.IList GetDetail(
C1.Silverlight.Data.DataRow ,
C1.Silverlight.Data.DataColumn column
)
Parameters
- row
- C1.Silverlight.Data.DataRow that contains the Olap cell.
- column
- C1.Silverlight.Data.DataColumn 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.