I need to generate something like this using jasper ireports tool:
Address : xyznamexyzcity
xyzstreetxyz
in case the address overflows it should be exactly below the first
Design script is something like this:
Address : $F{Address}
I tried various possibilities but couldn't get the desired result.
The nearest solution i got is something like this:
Address : xyznnamexyzcity
xyzstreetxyw
my form is something lke this :
name : $F{}
address : $F{}
city : $F , State : $F , Zip : $F
Phone : $F
There is no restriction on length on any of the field