C1.Silverlight.Olap.5
GetDetail(DataRow,DataColumn) Method

C1.Silverlight.Data.DataRow that contains the Olap cell.
C1.Silverlight.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 C1.Silverlight.Data.DataRow, _
   ByVal column As C1.Silverlight.Data.DataColumn _
) As System.Collections.IList
public System.Collections.IList GetDetail( 
   C1.Silverlight.Data.DataRow row,
   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.
See Also

Reference

C1OlapEngine Class
C1OlapEngine Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.