Jump to content
We've recently updated our Privacy Statement, available here ×

doccer

Members
  • Posts

    1
  • Joined

  • Last visited

doccer's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Was this issue ever resolved? I am currently developing reports with iReport 1.2.8 and isBold is not working properly when i use jasperreports with my application. I cannot format the whole textelement as bold in the font-tag, as it is crucial that only part of the element is bold (that would be the dynamic part of the text element). This is from my JRXML file: <textField isStretchWithOverflow="false" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" hyperlinkTarget="Self" > <reportElement x="0" y="0" width="535" height="41" key="textField-5"/> <box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/> <textElement textAlignment="Left" isStyledText="true" lineSpacing="1_1_2"> <font size="9"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA["My static text goes here <style isUnderline=true" isBold="true">"+$F{DYN_FIELD1}+"</style> more static text <style isUnderline="true" isBold="true">"+$F{DYN_FIELD2}+"</style> more static text <style isUnderline="true" isBold="true">"+$F{DYN_FIELD3}+"</style&gt]]></textFieldExpression> </textField> isBold works when i generate the report from iReport -doesn't not work when generated through my application which user the jasperreports libraries. Was this ever resolved?
×
×
  • Create New...