Relative Content

Tag Archive for jasper-reports

Creating doucment where data elements printed in page header and footer

Trying to create exam template using jasper reports. The template include variable number of pages, where every page has the data of student in the Page Header band, and the data of exam in the Page Footer band, and one page only printed for every one student. the data source was passed from parameter in JSON format as what descripted in this jasper community How-To article. because I can’t access the data fields from master report as what this article explain so I made the headers and footer on the subreport. the problem is that the pages (or more accurate the subreport) not repeated in the master Detail Band but on the subreport Detail Band where the page is not repeat. How to achieve my scenario with the most important thing is the data source must be passed as json within parameter?

JasperReports lineChart line order

I have a multiAxisChart which contains lineChart and barChart. lineChart contains two series as below and I want SeriesLast to be drawn last overwriting SeriesFirst if some values are same for both series. Now SeriesFirst is drawn last overwriting SeriesLast. I tried changing order of categorySeries elements but didn’t work.

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 to see the full text for those static text feilds.

How to prevent repeating data in JasperSoft TextField when overflow happens

I’m using JasperSoft Studio 6.17.0.
I need to make a form that have a table made of TextField on it, and that table takes more than one page to be printed. So, some rows of that table (i.e. TextFiedls) have to overflow from one page to another. I could make that to work, but now I have another problem: the text values in columns that is too short for overflow following the tallest object in a band just repeating on the next page. I need to prevent this.
There was exactly same question here, but the solution was for the version from ten years ago, and the current version had its functions changed.