Share via


GridHeaderItem.UseLinkedElementDisplayText Property (Microsoft.PerformancePoint.Scorecards)

Indicates whether to display the linked KPI as the header. If true, the linked KPI name is used as the display text for this header.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property UseLinkedElementDisplayText As Boolean
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean

value = instance.UseLinkedElementDisplayText

instance.UseLinkedElementDisplayText = value
[XmlAttributeAttribute] 
public bool UseLinkedElementDisplayText { get; set; }

Remarks

Used if this is a KPI header.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace