views:

256

answers:

0

Hi, I am trying to display bold text in a textfield wrapped in a frame. The text doesn't appear in bold face.

     <frame>
        <reportElement mode="Opaque" x="0" y="0" width="1185" height="13" backcolor="#D9D9B8"/>
        <staticText>
           <reportElement x="970" y="0" width="76" height="13"/>
           <textElement>
                <font fontName="Arial" isBold="true"/>
           </textElement>
           <text><![CDATA[Approval Status:]]></text>
        </staticText>
     </frame>

Please let me know if I missed somthing.