ReportFormat Value Set - Reporting
Define os formatos de ficheiro que pode utilizar para um relatório.
Sintaxe
<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>
Valores
O conjunto de valores ReportFormat tem os seguintes valores: Csv, Tsv, Xml.
Requisitos
Serviço: ReportingService.svc v13
Espaço de nomes: https://bingads.microsoft.com/Reporting/v13