PivotFilter.IsMemberPropertyFilter 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.
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.