This page requires javascript to be enabled
$e.getRoot().getLabel()
#set ($reportIdx = 0) #foreach ($report in $e.getReportList()) #if ($e.isActiveReport($report) == true)
$e.getParameter($report.getLabelParmId(),$report.getLabel())
#else
$e.getParameter($report.getLabelParmId(),$report.getLabel())
#end #set ($reportIdx = $reportIdx + 1) #if ($reportIdx < $e.getReportList().size())
·
#end #end
$e.renderReport()