CubeField.HiddenLevels Property

Definition

Returns or sets the top levels of the specified hierarchy that are hidden.

public:
 property int HiddenLevels { int get(); void set(int value); };
public int HiddenLevels { get; set; }
Public Property HiddenLevels As Integer

Property Value

Remarks

The default value is 0 (zero), indicating that no levels are hidden.

To set the value of this property to an integer greater than 0, you must first set the value to 0.

Applies to