Good afternoon guys,
I'm having a problem with jasper reports that I know how to solve. I created a report where I have a list of questions (fields) and each question has an alternative list (sub report), it happens that if the question is great...
I have a problem as follows:
I need to create a table to print, where it will be filled manually, and for that, I need to generate rows according to a number that I will go through per parameter.
I need to know how to do this with jasper reports...
I have a Report Master that has two Detail Band, with a defined height, which should not be modified.
My SubReport also has a "Detail Band" with a JRBeanCollectionDataSource, the parameters are being passed without major problems, BUT, the pa...
I'm starting to study on the old JasperSoft Studio platform iReports and I'm having trouble creating the query t-sql exit duplicate.
I have this query:
SELECT
F2_CLIENTE,
F2_LOJA,
A1_NOME,
A1_CGC,
A1_INSCR,
F2_DOC,...
The data set is configured and the parameters are also within the application, but it is not working and neither is inside the jasper emulator. The field asks for the value, after putting it it executes and brings the page blank, but that if I...
Trying to generate barcodes of products, using Barcode4j 2.1 of JasperSoft 6.5.1 , but when running on the JSF page of this error:
javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: org/apache/batik/bridge/User...
Good afternoon,
I'm creating a report in Jasper that contains a subreport (with Jaspersoft Studio). In order for it to be loaded, I have to indicate the subreport directory, which is in the same folder as the parent report. I'm currently usin...
I need to create a report with two Querys distinct in JasperStudio , for this I researched and saw that the best way to do this would be via sub reports but even doing exactly the same as some video classes I found in the I always h...
I wanted to make my values in Reals, only 2 decimal places in my report, but I do not know where to declare it.
In my application I declare all type floa
I have a problem with jasper soft studio , my report is taking the data and multiplying at the time of filling the report, I am using 3 lists to fill it, I will send the code and my report.
public void imprimirOrcamento() throws JREx...