Click to Rate and Give Feedback
MSDN
MSDN Library
Live Services SDK
 ReportRequest Data Object

  Switch on low bandwidth view
Microsoft Advertising APIs
ReportRequest Data Object

The base object for all report requests.

The ReportRequest object is used with the SubmitGenerateReport service operation.

Elements

<xs:complexType name="ReportRequest">
  <xs:sequence>
    <xs:element minOccurs="0" name="Format" nillable="true" type="tns:ReportFormat" />
    <xs:element minOccurs="0" name="Language" nillable="true" type="tns:ReportLanguage" />
    <xs:element minOccurs="0" name="ReportName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ReturnOnlyCompleteData" nillable="true" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
<xs:element name="ReportRequest" nillable="true" type="tns:ReportRequest" />

Element Description Data Type

Format

Specifies the format of the report.

ReportFormat

Language

Specifies the language of the report.

ReportLanguage

ReportName

Specifies the name of the report.

string

ReturnOnlyCompleteData

Specifies whether partial data should be returned in the report if the data is incomplete for the requested period.

boolean

WSDL: ReportingService.svc in version 6.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker