SortExpression Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.