Jump to content
Changes to the Jaspersoft community edition download ×

LinuxLars

Members
  • Posts

    9
  • 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 LinuxLars

  1. Did you ever get an answer or find a way to implement this? We're having the same problem. In theory, the following parameters are supposed to handle this, but they don't seem to work (at least I've never been able to get it to work): "net.sf.jasperreports.print.keep.full.text", "true""net.sf.jasperreports.export.xls.wrap.text", "false" Our solution was to just make the columns as wide as the largest data elements (a guess of course, but it handles 99% of the cases).
  2. Just started having exactly the same issue. Has anyone figured this out?
  3. We have an existing Excel export method, however the business wants to control the line height (lines are the same height, and any data is available not only the portion that can be displayed is displayed). According to everything I've read, we should add setStretchWithOverflow(false) to the style, and then add getPropertiesMap().setProperty("net.sf.jasperreports.print.keep.full.text", "true") to the JasperPrint object. However, doing that completely truncates the data; we get a blank Excel worksheet. Is this a bug or am I missing something? Thanks,Larry
  4. lucianc - the link no longer works and I'm having this issue. Do you remember the solution?
  5. Often, subreports that contain grids (lines or edges) display slightly out of alignment with it's parent report. It appears to be a half-pixel off. The widths of the parent report and the subreport line objects are the same, yet both sides of the subreport (left and right) appear inset by a half-pixel. Increasing the width by a pixel, the subreport is 1.5 pixels wider than the parent report. Has anyone found a solution for this?
  6. Strongly agree this would be a great feature. Also let us Maximize the Expression Editor window. For complex expressions, I spend a lot of time re-sizing the dialog.
×
×
  • Create New...