次の方法で共有


SortOrder 値セット - レポート

指定したレポート列内の値の昇順または降順の並べ替え順序を定義します。

構文

<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>

SortOrder 値セットには、昇順降順の値があります。

説明
Ascending/昇順 結果は昇順で並べ替えられます。
降順 結果は降順で並べ替えられます。

要件

サービス: ReportingService.svc v13
名前 空間: https://bingads.microsoft.com/Reporting/v13

Used By

KeywordPerformanceReportSort