Jump to content
We've recently updated our Privacy Statement, available here ×

aselaneli

Members
  • Posts

    2
  • Joined

  • Last visited

aselaneli's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi.., I would suggest you to add a new text field (which is a String) & write the following code fragment inside the Text Field Expression box of it. (see the circled area of the image) Lets say that your Bigdecimal's name is myBigdecimal. new String( $F(myBigdecimal).intValue() == 0 ? "-" : $F(myBigdecimal).toString() ) /uploads/projects/ireport/image/img%201.PNG Cheers, Asela.
  2. Hi all, I'm trying to print a very long text inside a text box, with Horizontal Stretching. I have already tried the following options but those options only address the Vertical Stretching. Relative to band height Relative to tallest object Stretch with overflowCan someone please tell me how to get Horizontal Stretching into action. [ I'm using iReports 2.0.4 with Java 1.6.0_16. ] Thanks in advance. Cheers, Asela.
×
×
  • Create New...