DynamicJasper icon indicating copy to clipboard operation
DynamicJasper copied to clipboard

Dynamic Reports using Jasper Reports

Results 46 DynamicJasper issues
Sort by recently updated
recently updated
newest added

The link for to the web page in the README (http://dynamicjasper [dot] com/) redirects to some kind of betting website (https://www.rockhillchina [dot] com/). Please update the website links to point...

I recently noticed that DynamicJasper still depends on the `javax.*` packages. As you might be aware, with the transition of Java EE to the Eclipse Foundation under the Jakarta EE...

Bumps xalan from 2.7.2 to 2.7.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xalan:xalan&package-manager=maven&previous-version=2.7.2&new-version=2.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

I want to have the grand total below the group totals. Been trying it out for long and its still not working. My code is as below GroupBuilder gb1 =...

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.27. Release notes Sourced from spring-core's releases. v5.3.27 :star: New Features Limit string concatenation in SpEL expressions #30331 Limit SpEL expression length #30329 Disable variable...

dependencies
java

I am facing a issue with dynamic Jasper report when data is huge.when am generating sub reports the consecutive page have a blank header.Can anyone help me out in solving...

Hi all! I have a PDF export that has Auto Text as footer. The text that shoud be shown is in Arabic. When the export is executed an error es...

I'm using DynamicJasper to export my reports to .xls files. It works fine, but there's something that's bothering me. Although the `setIgnorePagination` is set to true, at the end of...

After updating to DynamicJasper v5.3.1 together witch jasperreports v6.13.0 I'm getting an exception by calculating the "AUTOTEXT_PAGE_X_OF_Y" ... final AutoText autoTextPage = new AutoText(**AutoText.AUTOTEXT_PAGE_X_OF_Y**, AutoText.POSITION_FOOTER, HorizontalBandAlignment.RIGHT); dynamicReportBuilder.addAutoText(autoTextPage); ... at runtime...

I tried to build a report containing a line chart, following this example: http://dynamicjasper.com/docs/current/xref-test/ar/com/fdvs/dj/test/domain/chart/builder/LineChartBuilderTest.html But I got this error instead: ``` Category series name is null. net.sf.jasperreports.engine.JRRuntimeException: Category series name...