PivotField.EnableItemSelection Property

Definition

When set to False, disables the ability to use the field dropdown in the user interface. The default value is True. Read/write Boolean.

public:
 property bool EnableItemSelection { bool get(); void set(bool value); };
public bool EnableItemSelection { get; set; }
Public Property EnableItemSelection As Boolean

Property Value

Remarks

A run-time error will occur if the OLAP PivotTable field is not the highest level for the hierarchy.

Applies to