Gets or sets whether this field is active in the Olap view.

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

Syntax

C#
public bool IsActive { get; set; }
Visual Basic
Public Property IsActive As Boolean
	Get
	Set

Remarks

Setting this property to true causes the field to be added to the RowFields list of the parent C1OlapEngine.

See Also