Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the ascending or descending sort order of values within the specified report column.
Syntax
<xs:simpleType name="SortOrder" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Ascending" />
<xs:enumeration value="Descending" />
</xs:restriction>
</xs:simpleType>
Values
The SortOrder value set has the following values: Ascending, Descending.
Value | Description |
---|---|
Ascending | The results will be sorted ascending. |
Descending | The results will be sorted descending. |
Requirements
Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13