InterPSS simulation information at runtime is stored in the SimuContext object. When user issues a command to generate a simulation result report, InterPSS performing the following steps:
Both report mapper and report templates are plugins. One can customize InterPSS report in the following two ways:
iReport is a visual JasperReports template design tool. It allows users to visually edit complex reports with charts, images, sub-reports. It supports all the features of JasperReports and all the JasperReports data sources. iReport design files are saved with an extension jrxml. You can use iReport to compile a *.jrxml to a JasperReports report template file *.jasper, which is used by InterPSS to render InterPSS reports.
InterPSS dev release has a sample report template directory <install>/samples/rptTemplate with InterPSS report template design files *.jrxml. You need set your iReport working directory to the sample directroy, by selecting Options -> Settings ...
<bean id="aclfSummaryReport"
class="org.interpss.report.impl.AclfSummaryReport"
singleton="true">
<property name="fnameAclfSummaryMaster">
<value>reportTemplate/test/MyAclfSummaryMaster.jasper</value></property>
....
</bean>