DefaultElementComparer constructor (DefaultElementComparer.ColumnName, Boolean)
Initializes a new instance of the DefaultElementComparer class, based on a specified column and sort order.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
columnName As DefaultElementComparer.ColumnName, _
ascending As Boolean _
)
'Usage
Dim columnName As DefaultElementComparer.ColumnName
Dim ascending As Boolean
Dim instance As New DefaultElementComparer(columnName, _
ascending)
public DefaultElementComparer(
DefaultElementComparer.ColumnName columnName,
bool ascending
)
Parameters
columnName
Type: Microsoft.PerformancePoint.Scorecards.DefaultElementComparer.ColumnNameThe element property to sort by.
ascending
Type: System.Booleantrue to sort in ascending order; otherwise false.
See also
Reference
DefaultElementComparer members