10 June 2009 - 3.0-beta-2 |
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>