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

In This Topic
    OlapTable Property (C1OlapPanel)
    In This Topic
    Gets a reference to 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