I'm using jasper reports for one of the client applications written in java swing. I have a business condition where I need to highlight a data (number value) value by drawing an ellipse around the data. How can I print the value inside an ellipse?
<jr:detailCell style="table_TD" height="20" rowSpan="1"> <textField> <reportElement mode="Transparent" x="0" y="0" width="250" height="19" isRemoveLineWhenBlank="true" uuid="a457d366-5e92-4588-be11-182d164a8db3"> <printWhenExpression><![CDATA[!($F{country}.isEmpty())]]></printWhenExpression> </reportElement> </textField> </jr:detailCell>
0 Answers:
No answers yet