Hi!
We are currently supporting a Linux server aside from the current Windows server. As such, hardcoded paths must be removed particlarly from the .jrxml files we're using. I am successful in most cases until I was stucked in the font attribute. Can someone tell me how to insert a parameter inside the font attribute? Following are what I have:
<parameter name="certDirectory" class="java.lang.String">
<defaultValueExpression><![CDATA[]]></defaultValueExpression>
</parameter>
<imageExpression><![CDATA[$P{certDirectory}+"\certs\Solutions.jpg"]]></imageExpression>
<textElement textAlignment="Center" verticalAlignment="Bottom">
<font fontName="Arial" size="48" pdfFontName="C:\certs\arialuni.TTF" isPdfEmbedded="true" pdfEncoding="Identity-H"/>
</textElement>
My problem is how to insert the parameter certDirectory into the pdfFontName.
Many thanks!
0 Answers:
No answers yet