<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / OlapTable Property

In This Topic
    OlapTable Property (C1OlapEngine)
    In This Topic
    Gets the C1.Silverlight.Data.DataTable that contains the output of the Olap analysis.
    Syntax
    'Declaration
     
    Public ReadOnly Property OlapTable As C1.Silverlight.Data.DataTable
    public C1.Silverlight.Data.DataTable OlapTable {get;}
    See Also