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

huargo

Members
  • Posts

    5
  • 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 huargo

  1. Thanks for your help! I have set the property in all templates but the problem still persists.
  2. Hi, is it possible that you are not loading the fonts into the project? This may be the problem. Look at this: https://community.jaspersoft.com/wiki/custom-font-font-extension I hope you can fix it!
  3. Hi, you need tho put a locale parameter in execution time. For example in java, set the JRParameter.REPORT_LOCALE for the reports paramenters map like this: java.util.Map parameters = getParameters();java.util.Locale locale = new Locale( "en", "US" );parameters.put( JRParameter.REPORT_LOCALE, locale);JasperFillManager.fillReport( reportTemplate, parameters, dataSource );[/code]I hope it works for you!
  4. Hi erika, you can try this: <dataSourceExpression><![CDATA[((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/xml/node1/node2/node3/node14/row")]]></dataSourceExpression> I hope it works for you
  5. Hello everyone, First of all I apologize for my English, since it is not my native language. I have a problem with a text field. Sometimes the text is cut off when the maximum length of the field is much greater than the length of the text. Other times it appears fine. I have the sources in the classpath of the project and all the tests that I have done locally work correctly. The application runs on a jboss and I'm using version 6.20.0 of the jasperreports library.
×
×
  • Create New...