共用方式為


ReportRequestStatus 資料物件 - 報告

定義報表要求的狀態。

語法

<xs:complexType name="ReportRequestStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ReportDownloadUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Status" type="tns:ReportRequestStatusType" />
  </xs:sequence>
</xs:complexType>

元素

ReportRequestStatus物件具有下列元素:ReportDownloadUrlStatus

元素 說明 資料類型
ReportDownloadUrl 可從中下載報表的編碼 URL。

傳回後,URL 的有效時間為五分鐘。 您不應該對下載 URL 的網域採取相依性,因為它可能會變更。

您下載的報表會使用 zip 壓縮進行壓縮。 您必須先解壓縮報表,才能使用報表的內容。

只有在 Status 元素設定為 Success時,才使用下載 URL。 即使 [狀態 ] 設定為 [ 成功],如果送出的報表參數沒有可用的資料,此元素也可以是 nil。
string
狀態 報表要求的狀態。 ReportRequestStatusType

需求

服務: ReportingService.svc v13
命名 空間: https://bingads.microsoft.com/Reporting/v13

消費者

PollGenerateReport