ComponentOne FlexReport for WinForms
SSRSSortAction Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > SSRSSortAction Class : SSRSSortAction Constructor
The ID of the report item on which to sort.
The sort direction.
Initializes a new instance of the SSRSSortAction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal sortItemID As System.String, _
   ByVal direction As C1.Win.ImportServices.ReportExecution4.SortDirectionEnum _
)
public SSRSSortAction( 
   System.string sortItemID,
   C1.Win.ImportServices.ReportExecution4.SortDirectionEnum direction
)

Parameters

sortItemID
The ID of the report item on which to sort.
direction
The sort direction.
See Also

Reference

SSRSSortAction Class
SSRSSortAction Members