Gets a value that determines whether an Olap view is currently defined.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public bool IsViewDefined { get; }
Visual Basic
Public ReadOnly Property IsViewDefined As Boolean
	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