PivotFilter.IsMemberPropertyFilter Property

Definition

Specifies whether the label filter is based on the PivotItem captions of a member property of the field or on the PivotItem captions of the PivotField itself. Read-only.

public:
 property bool IsMemberPropertyFilter { bool get(); };
public bool IsMemberPropertyFilter { get; }
Public ReadOnly Property IsMemberPropertyFilter As Boolean

Property Value

Boolean

Remarks

The default value of this property is False.

Returns True if the label filter is based on PivotItem captions of a member property of the PivotField; or returnsFalse if the filter is based on the PivotItem captions of the c. This property is valid only for Label filters and only for OLAP PivotFields that have at least one member property.

Applies to