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

In This Topic
    OlapEngine Property (C1OlapPanel)
    In This Topic
    Gets a reference to the C1.Olap.C1OlapEngine that performs the Olap analysis for this C1OlapPanel.
    Syntax
    'Declaration
     
    Public ReadOnly Property OlapEngine As C1OlapEngine
    public C1OlapEngine OlapEngine {get;}
    See Also