SortExpression Constructor (ReportExpression, SortDirections)
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As ReportExpression, _
direction As SortDirections _
)
'Usage
Dim value As ReportExpression
Dim direction As SortDirections
Dim instance As New SortExpression(value, direction)
public SortExpression(
ReportExpression value,
SortDirections direction
)
public:
SortExpression(
ReportExpression value,
SortDirections direction
)
new :
value:ReportExpression *
direction:SortDirections -> SortExpression
public function SortExpression(
value : ReportExpression,
direction : SortDirections
)
Parameters
- value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The expression.
- direction
Type: Microsoft.ReportingServices.RdlObjectModel.SortDirections
The sort direction.