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

In This Topic
    OlapDefaultView Property
    In This Topic
    Gets the default System.ComponentModel.IBindingList that exposes the data in the OlapTable.
    Syntax
    'Declaration
     
    Public ReadOnly Property OlapDefaultView As System.ComponentModel.IBindingList
    public System.ComponentModel.IBindingList OlapDefaultView {get;}
    See Also