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.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public IList GetDetail( DataRow row, string columnName ) |
Visual Basic |
---|
Public Function GetDetail ( _ row As DataRow, _ columnName As String _ ) As IList |
Parameters
- row
- Type: DataRow
DataRow that contains the Olap cell.
- columnName
- Type: System..::..String
Name of the column that contains the Olap cell.