ConfiguredView.AllowSort Property
Gets or sets a Boolean value that indicates whether sorting of rows 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 AllowSort As Boolean
Get
Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean
value = instance.AllowSort
instance.AllowSort = value
public virtual bool AllowSort { get; set; }
Property Value
Type: System.Boolean
true if sorting of rows is allowed in the scorecard; otherwise false.