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

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