CubeField.EnableMultiplePageItems Property

Definition

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.

Applies to