SortExpression.Direction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置排序方向。
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
属性值
SortDirections 对象。
- 属性