GridHeaderItem.KpiTargetName Property
Gets or sets the name of the key performance indicator (KPI) target for this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property KpiTargetName As String
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As String
value = instance.KpiTargetName
instance.KpiTargetName = value
public string KpiTargetName { get; set; }
Property Value
Type: System.String
The name of the KPI target for this header.
Remarks
This property is used only if the HeaderType property returns the KpiTarget field.