ChartMember.SortOrders Enumeration

Defines the sort order of data.

命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

语法

声明
Public Enumeration SortOrders
public enum SortOrders
public enum class SortOrders
public enum SortOrders
public enum SortOrders

Members

Member name Description
Ascending Sorts the data in ascending order.
Descending Sorts the data in descending order.
None Sorts the data in no particular order.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.ReportingServices.ReportRendering Namespace