GetCustomFormat
Invokes the Actuate Basic AcReport::GetCustomFormat method. Use GetCustomFormatData to extract the results of calling the AcReport::GetCustomFormat method. For example, if you implement code to create an Excel file, use GetCustomFormatData to retrieve the generated Excel file.
Request elements
Object
ObjectIdentifier. The ID of the object from which to invoke the Actuate Basic AcReport:GetCustomFormat method.
ViewParameter
ViewParameter. The viewing parameters.
ArgumentList
ArrayOfArgument. The list of the name and value pairs.
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
CustomRef
Attachment. The details of the attachment such as contentId, contentType, contentLength, contentEncoding, locale, and contentData.
ConnectionHandle
String. The ID of the report. Supports viewing a report when the report is already in iHub System. Specified in the SOAP header.