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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SortBy Class
SortBy Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum