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.