| 13 March 2010 - 3.5 |
Report Parameters are custom and built in parameters used by soapUI Pro and Jasper reports to manipulate report generation and data population. For example, check default project report:
<pageHeader>
<band height="51">
<printWhenExpression>$V{PAGE_NUMBER} == 1 || !$P{FlowLayout}</printWhenExpression>
<image scaleImage="Clip" hAlign="Right" onErrorType="Blank">
<reportElement x="0" y="0" width="535" height="51"/>
<imageExpression class="java.lang.String">$P{HeaderLogo}</imageExpression>
</image>
</band>
</pageHeader>