CubeField.AllItemsVisible 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.
The AllItemsVisible property checks whether manual filtering is applied to a PivotField or CubeField. Read-only Boolean.
public:
property bool AllItemsVisible { bool get(); };
public bool AllItemsVisible { get; }
Public ReadOnly Property AllItemsVisible As Boolean
Property Value
Boolean
Remarks
Default value is True and is available for the PivotFieldand the CubeFieldobjects.
For OLAP PivotTables, this property is only available for the CubeField object. Trying to get or set it on the PivotField object in OLAP PivotTables will return a run-time error.
For PivotTables, this property is available for the PivotField object.
This property is automatically set to True when no manual filtering is applied (independent of whether the IncludeNewItemsInFilter property is true or false). It is automatically set to False when any manual filtering is applied (independent of whether the IncludeNewItemsInFilter property is true or false).