go back Home

TextReportElement

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 actionCode="..." alignment="..." background="..." border="..." borderType="..." borderWeight="..." bounds="..." column="..." decimalFormat="..." displayType="..." fillChar="..." font="..." foreground="..." groupFieldName="..." height="..." imageIcon="..." isCurrency="..." labelText="..." parentBandType="..." postscriptOffset="..." prefix="..." row="..." shouldExport="..." strikeThrough="..." suffix="..." text="..." textWidth="..." textWidth="..." textWidth="..." truncateText="..." underlineChars="..." underlineField="..." width="..." wrapText="..." x="..." xlsExportSequence="..." xlsExportY="..." y="..."/>

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.

{"actionCode":"...","alignment":"...","background":"...","border":"...","borderType":"...","borderWeight":"...","bounds":"...","column":"...","decimalFormat":"...","displayType":"...","fillChar":"...","font":"...","foreground":"...","groupFieldName":"...","height":"...","imageIcon":"...","isCurrency":"...","labelText":"...","parentBandType":"...","postscriptOffset":"...","prefix":"...","row":"...","shouldExport":"...","strikeThrough":"...","suffix":"...","text":"...","textWidth":"...","truncateText":"...","underlineChars":"...","underlineField":"...","width":"...","wrapText":"...","x":"...","xlsExportSequence":"...","xlsExportY":"...","y":"..."}

Fields

name type
actionCode String
alignment int
background Color
border Border
borderType String
borderWeight int
bounds Rectangle
column int
decimalFormat String
displayType int
fillChar String
font Font
foreground Color
groupFieldName String
height int
imageIcon ImageIcon
isCurrency boolean
labelText String
parentBandType BandType
postscriptOffset int
prefix String
row int
shouldExport boolean
strikeThrough boolean
suffix String
text String
textWidth int
textWidth int
textWidth int
truncateText boolean
underlineChars String
underlineField String
width int
wrapText boolean
x int
xlsExportSequence int
xlsExportY int
y int