获取指示排序方向的枚举值。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public ReadOnly Property SortDirection As SortOrder
public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
SortOrder get ();
}
member SortDirection : SortOrder with get
function get SortDirection () : SortOrder
属性值
类型:Microsoft.Reporting.WinForms.SortOrder
一个指示排序方向的 SortOrder 枚举值。
备注
默认值为 None。