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.
Requisiti
Servizio: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13