In a jasper report, with iReports Designer one can set the Report Name to some value (in iReports, this is on the most top node in the report inspector).
How can the val
With help of JASPER_REPORT parameter we can get instance of JasperReport class. This is the current template object.
With help of JasperReport.getName() method we can get the report name.
In this example the name of report is: name="Show the report name example"