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.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public IList GetDetail(
	DataRow row,
	DataColumn column
)
Visual Basic
Public Function GetDetail ( _
	row As DataRow, _
	column As DataColumn _
) As IList

Parameters

row
Type: DataRow
DataRow that contains the Olap cell.
column
Type: DataColumn
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.

See Also