Most voted "jasper" questions
None
Learn more…70 questions
Sort by count of
-
5
votes2
answers2674
viewsGenerate PDF with Jasper and download without storing it
I’m generating a PDF with Jasper, I’ll show you how it’s being done. I’m saving it on disk, storing the path in the bank and then downloading it. I would like to know how to make so that the moment…
-
3
votes1
answer1187
viewsHow do I place a record on a new page using Jasperreports if it overflows the last page?
I’m using Jaspersoft-studio 6.2.0 and Jasper-Reports lib also 6.2.0. I have a report and in the detail section some of the records in the table can go from one page to another and their content is…
-
3
votes1
answer454
viewsJava program does not find the Jasper report path
I made a small program in java to generate budget reports, I used for both Jasper Ireport, made, tested, generated the budgets all running on my computer. When I installed it on a friend’s computer…
-
2
votes1
answer914
viewsPrint Enum field in Jasperreports
I created a Enum which has a description field for each of its items. In my report on Jaspersoft Studio i want to print this description field and not the name() of Enum. I created a field in the…
-
2
votes1
answer2311
viewsJasper Reports - Error picking bean value
I’ve been looking for three days now and I can’t solve this problem. Let’s get the explanation: I’m creating a report in Jaspersoft studio and linking with my database, in the preview of my report…
-
2
votes1
answer70
viewsJasperstarter Array and Collection Parameters
I’m working with Jasper reports in PHP. It’s all right, I can list them without problem, but when you have an Array or Collection parameter error occurs. I tried to pass via CMD in several ways the…
-
2
votes1
answer174
viewsHow to place a letter on the right side of the page, showing the first letter of the last record?
How can I put a letter on the right side of the page, showing the first letter of the last record in Jasperreports? Another thing is that the lyrics need to be A-Z(like a phone book). This is an…
-
1
votes0
answers670
viewsPass as parameter to Jasper an Object
I’m trying to create a report, now it’s already generating, but only when I pass Jasperprint the Jremptydatasource(). JasperPrint impressoraJasper = JasperFillManager.fillReport("D:/Edital.jasper",…
-
1
votes0
answers530
viewsWhile loop inside the Ireport
I wonder if there is any way to insert loop inside the ireport ? I have an FPDF report and within it there are two while loop and I would like to redo this report using ireport .
-
1
votes0
answers175
viewsHelp to Generate this report in ireport
I have following report in FPDF, I need a help to generate it in ireport format <?php session_start(); // Classe suporte para geração de relatório - Relação de Escolas class PDF extends ImaPdf {…
-
1
votes0
answers153
viewsError generating report with more than one relationship - Demoiselle Report
Hello folks I’m trying to generate a report with the report Demoiselle, and I’m not managing to generate a report when I have more than one relationship, when I report from a single table is working…
-
1
votes0
answers40
viewsChart problems on Jasperreports
I have to make a report that has two pie charts, what happens is that my first Chart appears without problems, the second no, and I have already checked that the lists, which are sent via parameter,…
-
1
votes1
answer758
viewsFormatting dates in Java
Good afternoon, I have a date attribute of an object that persists as a string, because I need it in the format ddMMyyyy at a certain location and also compare with an earlier date. But at another…
-
1
votes1
answer169
viewsHow to make condition in iReport if there is no one of the values
I have an expression like $F{nome_pai} + " e de " + $F{nome_mae} in a declaration only which sometimes does not have the name of the father or mother in the database and the text casado, filho de e…
-
1
votes0
answers84
viewsJasper parameter is not passing the value to the query
The data set is configured and the parameters are also inside the application, but it is not working or inside the "emulator" of Jasper. The field asks for the value, after placing it it executes…
-
1
votes1
answer238
viewsDANFE in Jasper - problem with additional data field
I have a DANFE report developed in Jasper and I need the information in the "Additional Data" field to be printed. However, when there is overflow of this field it does not print the rest of the…
-
1
votes0
answers9
viewsJasperserver snapshot error
Good afternoon, I’m having a problem in my Jasper report, while trying to run it brings me the following error message:…
-
1
votes1
answer61
viewsIreport report showing up without data
I am making a report with Ireport and passing a parameter with date range my sql in the report SELECT * FROM venda WHERE data between (venda.data = $P{dataInicial}) AND (venda.data = $P{dataFinal})…
-
1
votes1
answer981
viewsReport details are not displayed
I set up a report in Jasper Studio 5.6.0, and imported my generated *.jrxml file to the IDE where I am developing, but everything that is put in the session "Details" the report simply does not…
-
1
votes0
answers56
viewsRotation parameter in Jasper or iReport does not work when exporting to ODS format
Hello! My code: <staticText> <reportElement mode="Opaque" x="282" y="0" width="59" height="82" backcolor="#C4C4C4" uuid="8c5029ee-1b1d-41e8-a82f-ef2f879009c0"/> <box> <topPen…
-
1
votes0
answers67
viewsFor no Jasper Reports
I have a problem as follows: I need to create a table for printing, where it will be filled manually, and for that, I need to generate lines according to a number that I will pass by parameter. I…
-
1
votes1
answer712
viewsJasper + JSF-java.lang.Nullpointerexception
I really need to generate a report here with the Jasper but it’s making a mistake, I did it: Java: public void getRelatorioNotas(List < T > lista) { try { FacesContext facesContext =…
-
1
votes0
answers83
viewsGroup at Ireport (Jasperstudio)
Good afternoon, To create a report I do two searches, one in each separate table. After, I create a list only with the data returned from these two. Example: List<Venda> lista = new…
-
1
votes1
answer512
views2 Way Printing Jaspersoft Studio
I have a Master report that has two "Detail Band", with a defined height, which should not be modified. My Sub-report also has a "Detail Band", with a Jrbeancollectiondatasource, the parameters are…
-
1
votes0
answers33
viewsError org.codehaus.groovy.control.Compilationfailedexception when running a Jasper report
Upon receiving this error, check the language property of your report. If you are like Groovy, switch to Java that will solve the error. Att.…
-
1
votes1
answer304
viewsPlace columns only in the Detail field in Jasperstudio
I have a report created in Jasperstudio, I need to put only columns in the Detail field, but when I configure to have two columns the report fields also end up configuring with two columns: Model…
-
1
votes0
answers20
viewsJasperserverrestclient
Good evening I am using Jasperserverrestclient to retrieve a report from Jasper server, but when I try to use Reportexecutiondescriptor it is null. Could someone help me? RestClientConfiguration…
-
1
votes1
answer841
viewsSUM conditional Jasper Reports
I’m using Jaspersoft Studio. In Summary I want to display the totalizer of a field, but using the SUM function (which the JS provides when I drag the field) I cannot add by a given condition. What I…
-
1
votes1
answer105
viewsSub reports are on top of each other
Hello! My application has to make a report with two sub-reports,one of them stands on top of the other,q is the sub-report of knowledge, someone knows why? Code report knowledge: <?xml…
-
1
votes0
answers404
viewsJaspersoft - Date Format
Hello, We have the following version of Jaspersoft: <serverInfo> <build>BUILD_DATE_STAMP_BUILD_TIME_STAMP</build> <dateFormatPattern>yyyy-MM-dd</dateFormatPattern>…
-
1
votes0
answers33
viewsDoubts about the future of Jasper Studio 6.3
I’m having a problem calling a trial by the dataset of my Jasper. Jasperstudio 6.3 Jasperserver 7.2.0 I use postgres bank and the same is working properly when called there, as well as works…
-
1
votes1
answer620
viewsDirect Print to Non-standard Printer with Jasperprintmanager
In my system a txt file is imported read and printed on the standard printer, the report is done in ireport and I use the printPage method of Jasperprintmanager to print on the standard printer,…
-
1
votes1
answer35
viewsDynamically set the height of a band on Jasperreports
I am doing a project to facilitate the creation of reports with DynamicJasper and got to a part where I have to position an element that is in Band PageHeader manually, setting the position X and Y,…
-
0
votes0
answers468
viewsHow to create PDF from . Jasper
I created a report on iReports and managed . Jasper, but I have no idea how to generate the PDF, I’ve tried several tutorials and nothing works, to create the pdf. What I need is to generate the PDF…
-
0
votes1
answer398
viewsJaspersoft Studio 6.0.3 creation of a table in which each cell is a query
Good! I’m new around here as well as using this program Jaspersoft Studio. So the problem I’m having is that I need to fill a table with a fixed size but where each cell has a specific query.…
-
0
votes1
answer44
viewsJasper report complaining of non-existent property
[RESOLVED] Guys, I have a report and I come across the following situation: java.lang.NoSuchMethodException: Unknown property 'acompanhamentoPorObra' on class 'class…
-
0
votes1
answer278
viewsAddition of Chart label formatting mask in Jasperreport
I have a chart of lines and on the X axis it displays a series of dates. What I want to do is display date in the following pattern: dd/MM/yyyy because the same one is displaying in the format:…
-
0
votes2
answers398
viewsDynamic size Pagefooter on iReport
When creating a report on iReport and would like the PageFooter had its dynamic size according to the components that were visible within it. Not all the components of PageFooter will be visible on…
-
0
votes1
answer764
viewshow to print a text on multiple pages using Jasper Reports
I have this report in the observation field has a text coming from the database only that it prints on a single page, cutting the rest of the text (if it has a lot of text) how do I print on more…
-
0
votes1
answer749
viewsError generating report with Jasper Reports using JSF
I’m following a tutorial which explains how to generate reports with iReport using JSF. I set up my report on iReport and it is working perfectly, I mean when I give a preview all data from the…
-
0
votes1
answer106
viewsJasperreports - Is it possible for a report to be automatically listed several times?
I have a report that is nothing more than a receipt, with its items and data of the note and the items. A feature was requested that when selecting more than one invoice, this report manages the…
-
0
votes1
answer646
viewsView PDF with Angularjs callback
I have a function that returns a PDF document generated by Jasper in the backend: RestSrv.find(url, function (data) { $scope.report = data; }); .. {{report}} I played the return in the scopo and…
-
0
votes1
answer795
viewsSomatorio Jasper iReport
Good morning, I have a problem to add records in the ireport, at the end of my page I put the variable PAGE_COUNT, but it only adds the records of the last page. How to add up the records of all…
-
0
votes1
answer103
viewsHow do I choose the download location of a report made in Java?
So, I created an application that generates an ODT file... in the code I am specifying exactly where it should be saved, which is in 'c:/test/sample_report.odt'... I put this name to test... the…
-
0
votes1
answer341
viewsiReport lacks special character when exporting PDF
I’m using iReport 3.7.4 to generate the reports. In one of the reports, I need to use an arrow, to indicate a step by step. So I found the arrow code in Html Entities &# 10140;, and in the…
-
0
votes0
answers530
viewsSlow problems generating a Jasper report
I am with a problem , every time q I will generate a report for the first time it takes to generate, apart from the second time it goes very fast , I’m sending the code that generates the report if…
-
0
votes1
answer979
viewsOpen report in another tab
I need the report, when the user clicks a button, to run in another tab. I am using: <p:commandButton oncomplete="history.go(0)" onclick="target = '_blank'" style="width: 200px;margin-top:…
-
0
votes1
answer124
viewsJasper with javafx does not open by jar
I have a strange problem, I made an application with javafx and jasperstudio and when running inside the eclipse works perfectly. When generating the . jar and run, it works, but if I remonear the…
-
0
votes2
answers665
viewsPrint image (relative path) Jasper Report
Good morning to you all! I’m trying to print a logo in the Jasper Reports report if I put the address "http://meuservidor.com.br/imagens/logo.png" works, but I wanted to put the image path that is…
-
0
votes1
answer387
viewsHow to make more than one select in the field for Jaspersoft
I need to create two selects. One for the total and one for bringing all fields. How do I put 2 selects in the field creation query? I need him to add this total:…