Share via


SortDirectionEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies sort directions.

Syntax

'Declaration
Public Enumeration SortDirectionEnum
public enum SortDirectionEnum
public enum class SortDirectionEnum
public enum SortDirectionEnum
public enum SortDirectionEnum

Members

Member name Description
Ascending Specifies an ascending sort direction.
Descending Specifies a descending sort direction.
None No sort direction specified.

Remarks

Use the SortDirectionEnum enumeration with the Sort method.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace