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?