CubeField.HiddenLevels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.