SortExpression.Direction Property
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.
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