0

I am trying to get a TextField to dynamically size within its band. When I have more than three rows they overflow into the following detail row. I tried setting the Stretch with Overflow, Float, Relative to Tallest Object, and Detail Overflows to values I saw recommended here.. Stretch a row with data overflow while having multiple rows in a single band
This did not keep it within it's own band. I tried in iReport 5.0.0 and Eclipse with JasperReports compatible with 5.1.0. The only alternative I have found so far is to make the row bigger but then the bands with fewer rows are too big.

enter image description here

Note the all caps are supposed to be in the same field.

No luck with Stretch Type RelativeToBandHeight

Community
  • 1
  • 1
djailer
  • 331
  • 1
  • 5
  • 23

1 Answers1

0

try set stretchType="RelativeToBandHeight"

Alexandr83
  • 239
  • 3
  • 10