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

yirrilo

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 yirrilo

  1. Hello, I was facing the same issue on one of my project using version 5.5.0 of JasperReports. I don't know wether this use case is fix with a recent version but my solution has been to : Rename the reports with a property key (ex: title.report.name)Create a new property file containing the property key value into the WEB-INF/bundles directoryReference the property key into the bundlePathsListCe bean of the applicationContext.xml fileModify the occurences of the reportUnitObject.label to replace them by <spring:message code="${reportUnitObject.label}"/>I hope this could help, but if someone can let me know if a less dirty manner exists, I'm interested ! Best Regards Yann
  2. Hello, It looks like a bug on JasperServer 5.5, but I write a question in case of I missed something. As you can see into the picture below, when a column is filtered, its textual content may be splitted even if the area is wide enough to handle that content on one single line. It looks like a bug into the PDF export process. When you look at the html representation of that column header, you notice that when filtered, a column header area is splitted into 5 <td> tags (IMHO to cope with alignment consideration). The <td> tag that contains the text fits perfectly the width of its content, as you can see below. I guess it's a computation failure during PDF export process. Could you please give a hand ? Is there any workaround ? Thanks yirrilo
×
×
  • Create New...