ActiveReports 12
SortBy Constructor(ExpressionInfo,SortByDirection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SortBy Class > SortBy Constructor : SortBy Constructor(ExpressionInfo,SortByDirection)
The initial value for the SortExpression property.
The initial value for the Direction property.

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

Syntax
'Declaration
 
Public Function New( _
   ByVal sortExpression As ExpressionInfo, _
   ByVal direction As SortByDirection _
)
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

Reference

SortBy Class
SortBy Members
Overload List