go back Home

ReportElement

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 border="..." borderType="..." borderWeight="..." bounds="..." column="..." imageIcon="..." parentBandType="..." postscriptOffset="..." row="..." shouldExport="..." text="..." xlsExportSequence="..." xlsExportY="..."/>

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.

{"border":"...","borderType":"...","borderWeight":"...","bounds":"...","column":"...","imageIcon":"...","parentBandType":"...","postscriptOffset":"...","row":"...","shouldExport":"...","text":"...","xlsExportSequence":"...","xlsExportY":"..."}

Fields

name type
border Border
borderType String
borderWeight int
bounds Rectangle
column int
imageIcon ImageIcon
parentBandType BandType
postscriptOffset int
row int
shouldExport boolean
text String
xlsExportSequence int
xlsExportY int