I've made a report that print 5 objects.
Every object is composed by two fields:
- id (Integer)
- rosList (java.util.List).
Every element of rosList has four fields:
- fieldA (String)
- fieldB (String)
- fieldC (String)
- fieldD (String)
These fields are not correctly rendered in list component, because there are some (casual?) extra spacing I don't need.
It seems that "isStretchWithOverflow" property is not doing her job very well.
Hope you could help me, thanks!
Attachments:
testcase.pdf
Recommended Comments