Conjunto de valores de ReportFormat: generación de informes
Define los formatos de archivo que puede usar para un informe.
Sintaxis
<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
El conjunto de valores ReportFormat tiene los siguientes valores: Csv, Tsv, Xml.
Requisitos
Servicio: ReportingService.svc v13
Nombres: https://bingads.microsoft.com/Reporting/v13