PivotField.EnableItemSelection 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.
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.