<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / GetDetail Method / GetDetail(DataRow,DataColumn) Method
System.Data.DataRow that contains the Olap cell.
System.Data.DataColumn that contains the Olap cell.

In This Topic
    GetDetail(DataRow,DataColumn) Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Overloads Function GetDetail( _
       ByVal row As DataRow, _
       ByVal column As DataColumn _
    ) As IList
    public IList GetDetail( 
       DataRow row,
       DataColumn column
    )

    Parameters

    row
    System.Data.DataRow that contains the Olap cell.
    column
    System.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.
    See Also