Commit 6c3af919 authored by sabita.prasad's avatar sabita.prasad

Change the heading according to the process as 'Wave Staus' and preview as 'Wave preview'


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92908 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1ab44d30
......@@ -7,6 +7,7 @@
<defaultValueExpression><![CDATA["E:\\manohar\\reports\\"]]></defaultValueExpression>
</parameter>
<parameter name="p_wave_id" class="java.lang.String"/>
<parameter name="p_rep_mod" class="java.lang.String"/>
<queryString language="SQL">
<![CDATA[select sysdate from dual]]>
</queryString>
......@@ -15,14 +16,25 @@
<band splitType="Stretch"/>
</background>
<title>
<band height="20" splitType="Stretch">
<band height="30" splitType="Stretch">
<staticText>
<reportElement x="0" y="0" width="696" height="20"/>
<reportElement x="0" y="0" width="696" height="20">
<printWhenExpression><![CDATA[new Boolean ($P{p_rep_mod}.equals( "R" ) ? true:false)]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Wave Preview]]></text>
</staticText>
<staticText>
<reportElement x="0" y="1" width="696" height="20">
<printWhenExpression><![CDATA[new Boolean ($P{p_rep_mod}.equals( "P" ) ? true:false)]]></printWhenExpression>
</reportElement>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Wave Status]]></text>
</staticText>
</band>
</title>
<pageHeader>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment