PivotField.DisplayAsTooltip 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 specify whether or not a specific member property PivotField is displayed in tooltips. Read/write.
public:
property bool DisplayAsTooltip { bool get(); void set(bool value); };
public bool DisplayAsTooltip { get; set; }
Public Property DisplayAsTooltip As Boolean
Property Value
Boolean
Remarks
Trying to get or set these properties for PivotFields that are not member properties will return a run-time error.
A given member property is displayed in tooltips when the DisplayAsTooltip property is set to True, and not displayed in tooltips when it is set to False. The default value is True.