ActiveReports 9
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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum