GetPageCount
Retrieves the number of pages in a report.
Request schema
<xsd:complexType name="GetPageCount">
<xsd:sequence>
<xsd:element name="Object" type="typens:ObjectIdentifier"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Object
The object from which to retrieve page count.
Response schema
<xsd:complexType name="GetPageCountResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PageCount" type="xsd:string"/>
<xsd:element name="IsReportCompleted" type="xsd:boolean"/>
<xsd:element name="ConnectionHandle" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Response elements
PageCount
The number of pages.
IsReportCompleted
True if report generation is complete, False otherwise.
ConnectionHandle
The ID of the report. Supports viewing a report when the report is already in iHub System. Specified in the SOAP header.