PivotField.DisplayAsCaption Property

Definition

This property is used to display member properties of PivotFields as captions. Read-only.

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

Property Value

Boolean

Remarks

This property returns True when a given member property is used as a caption and False when a member property PivotField is not used as caption. Trying to use this property for PivotFields that are not member properties will return a run-time error.

Applies to