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="..." bounds="..." column="..." displayType="..." fillChar="..." font="..." foreground="..." groupFieldName="..." height="..." imageIcon="..." labelText="..." parentBandType="..." postscriptOffset="..." row="..." shouldExport="..." strikeThrough="..." 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":"...","bounds":"...","column":"...","displayType":"...","fillChar":"...","font":"...","foreground":"...","groupFieldName":"...","height":"...","imageIcon":"...","labelText":"...","parentBandType":"...","postscriptOffset":"...","row":"...","shouldExport":"...","strikeThrough":"...","text":"...","textWidth":"...","truncateText":"...","underlineChars":"...","underlineField":"...","width":"...","wrapText":"...","x":"...","xlsExportSequence":"...","xlsExportY":"...","y":"..."}

Fields

name type
actionCode String
alignment int
background Color
border Border
borderType String
bounds Rectangle
column int
displayType int
fillChar String
font Font
foreground Color
groupFieldName String
height int
imageIcon ImageIcon
labelText String
parentBandType BandType
postscriptOffset int
row int
shouldExport boolean
strikeThrough boolean
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