ActiveReports Developer 7
SortBy Constructor(ExpressionInfo,SortByDirection)
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SortBy Class > SortBy Constructor : SortBy Constructor(ExpressionInfo,SortByDirection)

sortExpression
The initial value for the SortExpression property.
direction
The initial value for the Direction property.

Glossary Item Box

Initializes a new instance of the SortBy class with the specified sort expression and direction.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sortExpression As ExpressionInfo, _
   ByVal direction As SortByDirection _
)
C# 
public SortBy( 
   ExpressionInfo sortExpression,
   SortByDirection direction
)

Parameters

sortExpression
The initial value for the SortExpression property.
direction
The initial value for the Direction property.

See Also