2

I'm new to ireport , and i'm using an xml file in the data source : and i have this tag in my XML:

<paymentType>net upon receipt of invoice.
 Lates fees of 1% monthly will be charged.</paymentType>

And i want it in this form after report generation enter image description here

but after genration in only get this ;

net upon receipt of

so how to do it (line break ..)?

Alex K
  • 22,315
  • 19
  • 108
  • 236
Amira
  • 3,184
  • 13
  • 60
  • 95

1 Answers1

1

I think Your textfield is just not showing all its contents. Try to enlarge it manually, or check "stretch with overflow" option in properties of this text field. I think this answer can be of use to You :)

Community
  • 1
  • 1
T.Z.
  • 2,092
  • 1
  • 24
  • 39