PivotField.DisplayAsCaption 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.
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.