SortExpression Constructors

Definition

Initializes a new instance of the SortExpression class.

Overloads

SortExpression()

Initializes a new instance of the SortExpression class.

SortExpression(ReportExpression, SortDirections)

Initializes a new instance of the SortExpression class.

SortExpression()

Initializes a new instance of the SortExpression class.

public:
 SortExpression();
public SortExpression ();
Public Sub New ()

Applies to

SortExpression(ReportExpression, SortDirections)

Initializes a new instance of the SortExpression class.

public:
 SortExpression(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value, Microsoft::ReportingServices::RdlObjectModel::SortDirections direction);
public SortExpression (Microsoft.ReportingServices.RdlObjectModel.ReportExpression value, Microsoft.ReportingServices.RdlObjectModel.SortDirections direction);
new Microsoft.ReportingServices.RdlObjectModel.SortExpression : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.SortDirections -> Microsoft.ReportingServices.RdlObjectModel.SortExpression
Public Sub New (value As ReportExpression, direction As SortDirections)

Parameters

value
ReportExpression

The expression.

direction
SortDirections

The sort direction.

Applies to