Header with Company and Detail of Filters in Jasper Report

0

I need to know a way to add a header to the jasper reports that have the page data, configured filters and logo, for example:

We have added a configurable subreport, but it does not have the page or the generation data, but it takes up space

Is there a better way to make this header?

Currently I have 65 reports and I would like to be able to add it and modify it if necessary.

Greetings and Many Thanks

    
asked by Net Wilson 27.06.2017 в 02:22
source

1 answer

0

You can use parameters in the report, and at the same time send them to the subreporte, so that it is filled according to what you send them.

For example, for the image, you can send a parameter to the report "father" and in the subreport in the option parameters , one by one you can add the necessary ones.

In the image you could use something similar to this in "ImageExpression" $ P {ImagePath} , this method I used in reports, from a Java application.

    
answered by 27.06.2017 в 03:03