0
I am trying to print only the sale you want with reports Jaspersoft, only that is printing all sales and all products that then added on other sales.
java imprint.
String relatorioStream = servlet.getRealPath(this.caminhoRelatorio);
parametros.put("foto", caminhofoto);
JasperPrint print = JasperFillManager.fillReport(relatorioStream, this.parametros, connection);
That’s right, I wasn’t putting the Where clause, thanks
– Guilherme Costa