PivotTable.CalculatedMembersInFilters Property

Definition

Gets or sets whether to evaluate calculated members from OLAP servers in filters.

public:
 property bool CalculatedMembersInFilters { bool get(); void set(bool value); };
public bool CalculatedMembersInFilters { get; set; }
Public Property CalculatedMembersInFilters As Boolean

Property Value

true if calculated members from OLAP servers should be evaluated in filters; otherwise, false.

Remarks

Read/write.

true if calculated members are evaluated in filters; otherwise false.

The value of this property corresponds to the setting of the Evaluate calculated members from OLAP servers in filters check box on the Totals & Filters tab of the PivotTable Options dialog box for a PivotTable report based on an OLAP data source.

Applies to