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

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