i need generate using ireport:
from address
name : $f{}
address : $f{}
city : $f , state : $f , zip : $f
phone : $f
there no restriction on length on field, if field overflows below ones should strech accordingly such aligned.
there to address immediate right side of from address . if field overflows either section, both sections should align accordingly.
its like, page divided 2 parts , left side has address , right has address @ same y axis
put following statement one textfield: "city :"+$f+" , state : "+$f+" , zip : "+$f
you can keep others are. stretch text-fields middle of page.
Comments
Post a Comment