PivotField.AddPageItem(String, Object) Method
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.
Adds an additional item to a multiple item page field.
public void AddPageItem (string Item, object ClearList);
Public Sub AddPageItem (Item As String, Optional ClearList As Object)
Parameters
- Item
- String
Required String. Source name of a PivotItem object, corresponding to the specific Online Analytical Processing (OLAP) member unique name.
- ClearList
- Object
Optional Object. If False (default), adds a page item to the existing list. If True, deletes all current items and adds Item
.
Remarks
To avoid run-time errors, the data source must be an OLAP source, the field chosen must currently be in the page position, and the EnableMultiplePageItems property must be set to True.