PivotField.AddPageItem(String, Object) Method

Definition

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.

Applies to