views:

25

answers:

0

I would like to give progress to the user while Jasper reports is filling a compile report. Basically I would like to get progress while this is executing:

JasperFillManager.fillReport(JasperReport rpt, Map params, JRDataSource src)

Is there anyway to achieve this?