Skip to main content

Questions tagged [jasper-reports]

JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications. This tag should always be applied to all question related to this framework, if the question is also related to usage of a specific IDE (jaspersoft-studio or ireport) add the correct one. Only if your question contains back-end code in java/php etc you need to add those as additional tags.

jasper-reports
0 votes
0 answers
12 views

jasper conditionally show group footer

jasper conditionally show group footer I am trying to show up grouping footer using Print when Expression.. so I searched for away to detect the change of value of grouped column between current and ...
sam's user avatar
  • 2,557
-1 votes
0 answers
8 views

Fields in Dynamic Jasper

Trying to create a report via Dynamic Jasper. This report will represent the address header part of another report. It has fields which need to be populated. The fields will be provided via hash Map ...
Ace Ventura's user avatar
-1 votes
0 answers
38 views

Maven Local Repository Works in IntelliJ but Fails in JAR/EXE

I'm using a local repository for some dependencies in my Maven project. The local repository works fine when I run the project in IntelliJ IDEA. However, when I create a JAR or EXE file and try to run ...
Abubakar Saeed's user avatar
-2 votes
0 answers
17 views

Jasper report is not generated in the Tomcat local server, however it is successfully generated when we run in the Spring boot IDE

When we generated the report under the spring boot IDE then working fine, but when we deploy in the in tomcat server using war file then these error is coming net.sf.jasperreports.engine.JRException: ...
Harshit upraity's user avatar
-1 votes
0 answers
14 views

jasper parameter not passing to engine

I build an jasper report an passing parameter to query but I am getting an a small blue exclamation mark next to parameter on preview mode that says this parameter will be not transmitted to the ...
sam's user avatar
  • 2,557
-1 votes
0 answers
15 views

How to rename Cell link name when exporting to xlsx in Jaspersoft iReport Designer 5.6.0

I need to rename the cell addresses in excel according to V_rep_$no.cell_no.column. The example in the screenshot is like this: V _rep_1_1, V_rep_1_2 and so on. Is it possible to achieve this in ...
Артём Мальцев's user avatar
-1 votes
0 answers
16 views

How to avoid double table header on pagebreak

when my table start at the end of the page with enough space for the header but the row has too much text in a column I get this (had to use paint to remove sensitive info): Apart from a line break, ...
spozzi's user avatar
  • 75
-2 votes
0 answers
22 views

Compatibility Issues and Dependency Conflicts with JasperReports and Jackson [duplicate]

This is not a duplicate question as I tryied already solutions listed in the other related questions. I need to modify a previous report which was developed with Jasper Studio 6.14.0.final. I didn't ...
cang's user avatar
  • 27
0 votes
0 answers
14 views

Why is parameter allowDiskUse is not working in my JasperReport using MongoDB aggregation query

I've created a Jasper Report using an aggregation pipeline from a MongoDB data source and everything was working properly with small amount of data but now that we have more and more data this query ...
Max Athöz's user avatar
-1 votes
0 answers
11 views

How to get tall grouping/detail in Jasper Reports

What is the cleanest way in Jasper Reports to get something looking like the picture? If it is a table (likely), how do I connect the parameter in the table to the value in the yellow box? (The number ...
Andrew Lazarus's user avatar
-1 votes
0 answers
10 views

<property name="net.sf.jasperreports.print.keep.full.text" value="true"/> Worked for Excel but not working for Pdf and Html

While generating a report I can't able to see the full text for some static text feilds. This is only causing when report generated as Pdf but when I generate the repor in Excel format I can be able ...
Bharat Surya's user avatar
0 votes
0 answers
104 views

Error in PDF Validation with Mustang: A CIDSet entry in the Font descriptor does not correctly identify all glyphs present in the embedded font subset

I am using JasperReports to generate PDF documents and attempting to validate them with the Mustang library via ZUGFeRDValidator validator = new ZUGFeRDValidator(); return validator.validate("./...
OhJohnny's user avatar
  • 317
-1 votes
0 answers
37 views

Jasper Report grouping/summaryzing together

I am kind of new to Jasper Reports, so please bear this in mind. So I have a query, where I get the following results: | created | lu | wqu | |----------|----------|----------| | 2024-06-18 13:40:02....
CreativeZoller's user avatar
0 votes
1 answer
67 views

How to add DynamicJasper report to Jasper Report as sub-report Dynamically

I’m working with a Jasper report in JRXML format, let's say it's mainReport.jrxml. This mainReport contains various fields such as text fields, subreport areas, etc. I’ve add another a subreport in ...
ahasun chy's user avatar
-1 votes
0 answers
21 views

Spring Boot Jasper Report printing issue [duplicate]

Getting the below error at fillReport function in Spring Boot app. The jasper path and name of jasper file is correct. When I used another jasper with no dynamic data, it worked. Caused by: java.lang....
Ammamon's user avatar
  • 475

15 30 50 per page
1
2 3 4 5
564