ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPanel Class / OlapTable Property

In This Topic
    OlapTable Property
    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 System.Data.DataTable
    public System.Data.DataTable OlapTable {get;}
    See Also