SelectJavaReportPage
Returns a report page formatted in the specified display format indicated by the Page or Component element.
Request elements
Object
ObjectIdentifier. The ID of the object from which to select the report page.
Page
PageIdentifier. The identifier of the page to retrieve.
Component
ArrayOfNameValuePair. The name, display name, or ID, and the value of the component from which to retrieve the data.
ViewParameterValues
ArrayOfParameterValue. Include view parameters if defined in the document. This feature is not currently supported for a BIRT report.
OutputFormat
String. For a BIRT report, the output format can be HTML, rptdocument, or PDF. The default is rptdocument.
ViewProperties
ArrayOfNameValuePair. Specifies the layout and contents of a report such as the name of a bookmark name, table of contents, or an object ID. ViewProperties is available to the BIRT render task as the java.util.Map object in the Engine AppContext under the key ServerViewProperties.
DownloadEmbedded
Boolean. Specifies whether to send the attachment embedded in the body of the SOAP message or in a separate MIME boundary. If True, the response contains the attachment as embedded data. If False, the attachment is in a separate MIME boundary. The default value is False.
Response elements
PageRef
Attachment. Contains the following properties of the attachment:
*MimeType
*ContentEncoding
*ContentLength
*Locale
ConnectionHandle
String. The ID of the report. Supports viewing a report when the report is already in iHub System. Specified in the SOAP header.
OutputProperties
ArrayOfNameValuePair. Applies only if Format is CSV. The properties to include in the search result are:
*EnableColumnHeaders
If True, column headers are included in the search result. The default value is True.
*UseQuoteDelimiter
If True, each data item in the search result is enclosed in double quotes (" "). The default value is True.