ActiveReports 12
InteractiveSort Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSort Structure : InteractiveSort Constructor
Initializes a new instance of the InteractiveSort struct
Syntax
'Declaration
 
Public Function New( _
   ByVal sortExpression As ExpressionInfo, _
   ByVal sortExpressionScope As String, _
   ByVal direction As Def.SortDirection _
)
public InteractiveSort( 
   ExpressionInfo sortExpression,
   string sortExpressionScope,
   Def.SortDirection direction
)

Parameters

sortExpression
sortExpressionScope
direction
See Also

Reference

InteractiveSort Structure
InteractiveSort Members