SortOptions 列舉型別
Specifies the direction of the sort.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration SortOptions
'用途
Dim instance As SortOptions
public enum SortOptions
public enum class SortOptions
type SortOptions
public enum SortOptions
成員
成員名稱 | 描述 | |
---|---|---|
None | Direction is not specified. | |
Ascending | Sort ascending. | |
Descending | Sort descending. |