KpiMeasure.DisableScorecardFilters Property
Gets or sets a Boolean value that indicates whether scorecard filters are disabled for the actual's query.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property DisableScorecardFilters As Boolean
Get
Set
'Usage
Dim instance As KpiMeasure
Dim value As Boolean
value = instance.DisableScorecardFilters
instance.DisableScorecardFilters = value
public bool DisableScorecardFilters { get; set; }
Property Value
Type: System.Boolean
true if filters are disabled; otherwise false.