SortExpression.Direction Property

Definition

Gets or sets the sort direction.

public:
 property Microsoft::ReportingServices::RdlObjectModel::SortDirections Direction { Microsoft::ReportingServices::RdlObjectModel::SortDirections get(); void set(Microsoft::ReportingServices::RdlObjectModel::SortDirections value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Microsoft.ReportingServices.RdlObjectModel.SortDirections Direction { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
member this.Direction : Microsoft.ReportingServices.RdlObjectModel.SortDirections with get, set
Public Property Direction As SortDirections

Property Value

A SortDirections object.

Attributes

Applies to