GridTargetSettings.IgnoreScoreFilter Property
Gets or sets a Boolean value that indicates whether to consider target values when filtering rows with the score filter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IgnoreScoreFilter As Boolean
Get
Set
'Usage
Dim instance As GridTargetSettings
Dim value As Boolean
value = instance.IgnoreScoreFilter
instance.IgnoreScoreFilter = value
public bool IgnoreScoreFilter { get; set; }
Property Value
Type: System.Boolean
true to ignore target values when rows are filtered with the score filter; otherwise false.