Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SortExpression class.
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.