go back Home

ReportPage

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null component="..." componentCount="..." element="..." elementCount="..." imagingIndex="..." leftMargin="..." nextBandPosition="..." pageDimension="..." textReportElement="..." title="..." topMargin="..." totalPageCount="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"component":"...","componentCount":"...","element":"...","elementCount":"...","imagingIndex":"...","leftMargin":"...","nextBandPosition":"...","pageDimension":"...","textReportElement":"...","title":"...","topMargin":"...","totalPageCount":"..."}

Fields

name type
component Component
componentCount int
element ReportElement
elementCount int
imagingIndex Vector
leftMargin double
nextBandPosition int
pageDimension Dimension
textReportElement TextReportElement
title String
topMargin double
totalPageCount int