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

Displaying data inside graphic element, ellipse


santhosh.retna

Recommended Posts

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>[/code]
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...