Share via


ConfiguredView.AllowStatusFilter property

Gets or sets a Boolean value that indicates whether filtering by status is allowed in the scorecard.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property AllowStatusFilter As Boolean
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.AllowStatusFilter

instance.AllowStatusFilter = value
public virtual bool AllowStatusFilter { get; set; }

Property value

Type: System.Boolean
true if filtering by status is allowed in the scorecard; otherwise false.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace