ComponentOne Document Library for WPF
SSRSSortAction Constructor

C1.WPF.Document.4 Assembly > C1.WPF.Document 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.WPF.ImportServices.ReportExecutionWPF.SortDirectionEnum _
)
public SSRSSortAction( 
   System.string sortItemID,
   C1.WPF.ImportServices.ReportExecutionWPF.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