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

Is it possible to make active/responsive checkbox in Jasper Studion?


kliuvinis1

Recommended Posts

Hello, so my question is about active/responsive checkboxes. Is it possible to make it? For example user prints out the report in .pdf and with his mouse can he check the checkbox?  Has anyone tried to do it or has heard of it? 

Thank you for your answers.

Link to comment
Share on other sites

Ok, I found out how to do it.

<reportElement positionType="Float" mode="Opaque" x="0" y="0" width="25" height="25">  <property name="net.sf.jasperreports.export.pdf.field.type" value="Check"/>  <property name="net.sf.jasperreports.export.pdf.field.check.type" value="Square"/>  <property name="net.sf.jasperreports.export.pdf.field.checked" value="true"/></reportElement>

I just changed it to radio buttons.

http://jasperreports.sourceforge.net/sample.reference/forms/index.html

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

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...