PivotField.CurrentPageList 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.
Returns or sets an array of strings corresponding to the list of items included in a multiple-item page field of a PivotTable report. Read/write Object.
public:
property System::Object ^ CurrentPageList { System::Object ^ get(); void set(System::Object ^ value); };
public object CurrentPageList { get; set; }
Public Property CurrentPageList As Object
Property Value
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.