Jadson Ribeiro

Results 55 comments of Jadson Ribeiro

To use with another language, use the locale parameter. [See an example here](https://pyreportjasper.readthedocs.io/en/latest/userguide.html#advanced-example-using-a-database) For a complete list of locales see [Supported Locales](https://www.oracle.com/java/technologies/javase/jdk8-jre8-suported-locales.html)

@paymankooshkbaghi You could give us more details by filling in the questionnaire so that we can investigate further. **Describe the bug** A clear and concise description of what the bug...

@paymankooshkbaghi What is the data source? Please provide us with the above information so we can help.

Issue closed for lack of interaction.

There is more than one way to use a subreport. One of them is the way you tried, but instead of passing a *.jasper, you should pass a jrxml. Another...

@arnaldocorreaxO We had an error processing subreports that was fixed in version 2.1.4.

@DTDKCWong > I used Javasoft Studio to design a report by using JSON as the data source. Doing some formatting on the fields as below: > > ![image](https://private-user-images.githubusercontent.com/111565822/283320761-82914ff7-47c6-4bb9-a69a-5fdc735e9121.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDM4NDcyODEsIm5iZiI6MTcwMzg0Njk4MSwicGF0aCI6Ii8xMTE1NjU4MjIvMjgzMzIwNzYxLTgyOTE0ZmY3LTQ3YzYtNGJiOS1hNjlhLTVmZGM3MzVlOTEyMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjMxMjI5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDIzMTIyOVQxMDQ5NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mZjNiZGYyYWMyN2EzYzQ1NDZiNjJiNzFmYzdhYjViZjM4ZTMzNjNiOTM0YTVlNDAxMTgzZTczNzFhZGEyMzhmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.g83AZq2AT6jJCX4QGp7UJ7wKD0bZW9ti982NX7O6Yo0) > >...

> can you share the code? Because I am getting error in this code :import os > > ```python > #import pyreportjasper > #from io import StringIO > #from pyjasper.jasperpy...

`An error occurred: Error fill report: Erro fill internal: java.lang.ExceptionInInitializerError` Usually, this happens when it fails to populate the report according to the data from the data source. Does the...