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

amcnamar

Members
  • Posts

    5
  • Joined

  • Last visited

amcnamar's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Thanks for the quick response. Any idea on when this will be implemented? Our project manager is wondering when we'll be able to provide this functionality. Post edited by: amcnamar, at: 2008/04/08 15:20
  2. I've created some dynamic reports using the Java JasperReports API. In particular, I have a subreport with a header and a detail band. I'd like to add an image to the detail band. The image will vary at fill time. Is there any way to set the detail band (or the JRDesignImage) to expand at to accomodate images of varying size? I'd like a behaviour similar to the JRDesignTextField. I can set the height of the JRDesignTextField to 1, then set the setStretchWithOverflow(true). This will allow the JRDesignTextField to stretch vertically if the content of the field is too large for the available area. Is there any way to achieve the same effect with the JRDesignImage? Scaling the image is not an option in my case.
  3. Can anyone provide a quick example of creating report groups using the Java API? I'm generating my reports dynamically in Java and would like to introduce some pagebreaks in particular places in my reports. Thanks.
×
×
  • Create New...