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

martyrrytham

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by martyrrytham

  1. Hey, Two things come to mind, 1. You have to make sure the jar, with the new name, is on the classpath of the project. In eclipse, go to project properties, buildpath, add the jar. I don't know how to do this in iReports, but I think you can 2. That file jasper_extensions, is in the jar jasper-x-x.jar. You can open the jar and view the file with winRaR, modify, and save to the jar. Happy Printing!
  2. All, I have a standard report, in this report I have a detail section, with 5 textFields only. Each field has a reportElement with Attribut "stretchType" = "RelativeToTallestObject". Each textField has attribute "isStretchWithOverflow" = "true". If I have this in a field: "Operating Cash-Tampa-Bank of America" The printed report after fill process will truncate my data to: "Operating Cash-Tampa-" However, if I have this in a field: "Operating Cash Tampa Wachovia blah blah with some stretch, should go to the next row" The stretchType and Stretch will behave normally and wrap the data to the next row. So it seems that jasper truncates on certain characters, even though stretch and isStretch are set. . . . Does anyone know of a setting or a way around this? I can not alter my data, and I can not simply increase the size of the field. Notice the second column in the picture attachment of part of the printed pdf. . . Any help would be greatly appreciated, thanks, happy printing!! Code: <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement positionType="Float" x="110" y="0" width="175" height="12" stretchType="RelativeToTallestObject" /> <textElement> <font reportFont="Text" /> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$F{accountIDNumber} + " - " + $F{accountName}]]></textFieldExpression> </textField>
×
×
  • Create New...