TreeviewControl.Drilled Property

Definition

Sets the "drilled" (expanded, or visible) status of the cube field members in the hierarchical member-selection control of a cube field. This property is used primarily for macro recording and isn’t intended for any other use.

public:
 property System::Object ^ Drilled { System::Object ^ get(); void set(System::Object ^ value); };
public object Drilled { get; set; }
Public Property Drilled As Object

Property Value

Remarks

The Drilled property accepts an array. Each element of the array corresponds to a level of the cube field that has been expanded. The maximum number of elements is the number of levels in the cube field. Each element of the array is an array of type String, containing unique member names that are visible (expanded) at the corresponding level of the control. See the TreeviewControl object’s Hidden property to determine when members are explicitly hidden in an expanded view.

Note: This property does not return an array that represents the drilled status of the cube field members in the hierarchical member-selection control of a cube field.

Applies to