GridHeaderItem.UseLinkedElementDisplayText Property
Gets or sets a Boolean value that indicates whether to use the name of the linked key performance indicator (KPI) as the display text for the header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property UseLinkedElementDisplayText As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.UseLinkedElementDisplayText
instance.UseLinkedElementDisplayText = value
public bool UseLinkedElementDisplayText { get; set; }
Property Value
Type: System.Boolean
true if the name of the linked KPI is used as the display text for the header; otherwise false.
Remarks
This property is used only if this header contains a KPI.