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
|
The following data objects are derived from ReportRequest:
WSDL: ReportingService.svc in version 6.