jasperreports
jasperreports copied to clipboard
JasperReports® - Free Java Reporting Library
When using **dominant-baseline** and **alignment-baseline** attributes in a Custom Visualization to set a text element position in the svg viewport as **hanging** in a report generated from a custom Java...
Hello, We use jasperreports-3.7.4.jar. Our code is as follows: > xmlDataSource = new JRXmlDataSource(dataInputStream, selectExpression); 'dataInputStream' is value that converted to byte from a xml. This xml and 'selectExpression' can...
having migrated from version 6.2.0 to 6.16.0, I noticed that the minHeightToStartNewPage property does not seem to work. The same used to work perfectly before the migration. I have tried...
If I have a text field with a multi lined text inside. It renders a text line like 14.0 + maxDescent size  An error is in `AbstractTextRenderer.class`. maxDescent value...
Added missing labelExpression to xsd and dtd. Fixes org.xml.sax.SAXParseException when loading jrxml ``` Invalid content was found starting with element 'labelExpression'. No child element is expected at this point. at...
I have a report which has a subreport, the subreport data source is a `JsonDataSource` from a `ByteArrayInputStream` containing json bytes passed as parameter to original report. One of the...
The motivation for this pull request comes from the very long durations needed for exporting Excel files from the JasperViewer, when JasperFonts are installed and when the JVM's Locale was...
We ran into a bug in production where assets for reports weren't loading when a url in the form of http://{user}:{password}@www.myurl.com. According the RFC, this is a legal URL format...
Resolves issue #17, replaces outdated and partial PR #29.
problem https://github.com/neowcng/jr-font-issues jasperreport report 6.2.2 introduced the font-set feature which help to separate the font usage by script (e.g. Latin -> Arial, Chinese -> Noto Sans CJK TC) The PR...