Condividi tramite


Set di valori ReportFormat - Creazione di report

Definisce i formati di file che è possibile usare per un report.

Sintassi

<xs:simpleType name="ReportFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Csv" />
    <xs:enumeration value="Tsv" />
    <xs:enumeration value="Xml" />
  </xs:restriction>
</xs:simpleType>

Valori

Il set di valori ReportFormat ha i valori seguenti: Csv, Tsv, Xml.

Valore Descrizione
Csv Il formato del report sarà delimitato da virgole (.csv).
Tsv Il formato del report sarà delimitato da tabulazioni (con estensione tsv).
Xml Il formato del report sarà XML (.xml).

Requisiti

Servizio: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Usato da

ReportRequest