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