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

In This Topic
    IsViewDefined Property (C1OlapEngine)
    In This Topic
    Gets a value that determines whether an Olap view is currently defined.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsViewDefined As Boolean
    public bool IsViewDefined {get;}
    Remarks
    An Olap view is defined if the ValueFields list is not empty and either the RowFields or ColumnFields lists are not empty.
    See Also