How to get the value of a master report variable into subreport variables in Jasper?

How to get or assign a value to a variable of the main report into subreport variables?

+4
source share
1 answer

If you use iReport in your subdirectory properties, find the Parameters property and click the button to the right of the text field.

This will open an input window.

Click the Add button in this field and add the necessary parameters.

0
source

All Articles