LightSwitch HTML Edition
GetDetail(DataRow,DataColumn) Method






System.Data.DataRow that contains the Olap cell.
System.Data.DataColumn that contains the Olap cell.
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 System.Data.DataRow, _
   ByVal column As System.Data.DataColumn _
) As System.Collections.IList
'Usage
 
Dim instance As C1OlapEngine
Dim row As System.Data.DataRow
Dim column As System.Data.DataColumn
Dim value As System.Collections.IList
 
value = instance.GetDetail(row, column)
public System.Collections.IList GetDetail( 
   System.Data.DataRow row,
   System.Data.DataColumn column
)
public function GetDetail( 
    row: System.Data.DataRow;
    column: System.Data.DataColumn
): System.Collections.IList; 
public function GetDetail( 
   row : System.Data.DataRow,
   column : System.Data.DataColumn
) : System.Collections.IList;
public: System.Collections.IList* GetDetail( 
   System.Data.DataRow* row,
   System.Data.DataColumn* column
) 
public:
System.Collections.IList^ GetDetail( 
   System.Data.DataRow^ row,
   System.Data.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.
Requirements

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

See Also

Reference

C1OlapEngine Class
C1OlapEngine Members
Overload List

Send Feedback