09 July 2009 - 3.0 user guide eclipse intellij netbeans maven download nightly forum bugs blog sf.net eviware


Eviware Logo

Report Parameters

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:

Generated report(part) looks like this:

Notice Eviware logo at the top right corner of report. That could be changed by setting built in parameter HeaderLogo. If you check project report template you could see how it is used:
			
<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>
   
			
But, instead changing xml report you could just add report template and change its value:

And result is:


Next: Castomizing Report