I have a Report made in iReport, this report contains a subreport which shows a report, this subreport I use as a header.
The subreport contains 2 components for images and 2 parameters, which are titles (these work because I pass them by parameter from the main report), my problem arises in the images which are not shown when I launch from java.
The subreport has a query where we obtain the fields of the images (type inputstream), when previewing in iReport if it is shown, but when launching it from scratch the process throws an error saying: "Image_Izq not found".
Below I leave attached an image where I show the execution process. * I remember that from java I make a call to the report and it is assumed that the report should make the query of the images by itself since in the query option it was assigned the corresponding query to obtain them.