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
C1OlapEngine.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2