CubeField.EnableMultiplePageItems 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.
True to allow multiple items in the page field area for OLAP PivotTables to be selected.
public:
property bool EnableMultiplePageItems { bool get(); void set(bool value); };
public bool EnableMultiplePageItems { get; set; }
Public Property EnableMultiplePageItems As Boolean
Property Value
Remarks
The default value is False.
This property only applies to Online Analytical Processing (OLAP) PivotTables. Querying or setting a non-OLAP PivotTable will result in a run-time error.