jasperreports icon indicating copy to clipboard operation
jasperreports copied to clipboard

JasperReports® - Free Java Reporting Library

Results 100 jasperreports issues
Sort by recently updated
recently updated
newest added

Hi guys, if i open the pdf generated by jasper with an editor like ilustrator i see a red layer above the QR and barcode. Not happening within adobe reader...

Hi, I begin using Jasper Reports library recently. I use version 6.11.0. When I shutdown Tomcat(version 8.5.50), it add to log: The web application [/Example1] created a ThreadLocal with key...

When two nested lists are created (say, L1 and L11), in JasperStudio's L11 dataset run it was possible and worked (6.2) to return values to the main's report variables. In...

Support overlapping shapes in exports. This Pull Request includes commits #56 https://github.com/TIBCOSoftware/jasperreports/pull/56

By providing the REPORT_FILL_DETAIL_WITH_BLANK_ROWS parameter, a vertically-filled report can have the page's detail section filled with blank data elements; see BandFillTest.

https://github.com/Jaspersoft/jasperreports/blob/895d17ad3fb3bc8cdbb961edaa9a073e110a05d0/jasperreports/src/net/sf/jasperreports/compilers/JavaScriptEvaluatorScope.java#L164 using **initStandardObjects** allow user to inject code in the report designs in order to load/import undesired Java class into JavaScript execution environment. Please consider fix it. If **initStandardObjects** must...

**Details:** Variable has the following properties: - Reset type = GROUP - Increment Type = NONE - Calculation = FIRST Issue occurs when after printing the GroupHeader on the 10th...

Currently, for row and column groups you can specify a total as start, end or none. It would be great to be able to also specify not to use a...

This is a work in progress, but it is working and it has a working unit test. The source code base is huge and I still don't know if there...

Hello, Im facing this issue and didnt found a workaround. https://stackoverflow.com/questions/31584158/how-remove-the-extra-space-between-two-records-of-jasper-table https://stackoverflow.com/questions/47187158/jasperreport-table-column-overflow-not-showing-on-first-page/47221390#47221390 Its fixed in some beta release? Do you plan to fix it? I have debugged the code and...