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

squirtle23

Members
  • Posts

    1
  • Joined

  • Last visited

squirtle23's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hi, Newbie here. I am trying to learn Jasperreports thru the given docs. Now, I need to generate barcode for my report. I saw this code on the sample Apps when I downloaded jasperreports. Does anybody have an idea on how to increase the font of the Human Readable Barcode? Also, does anybody know where can I check the allowed attributes for the component elements? I am no good at XML.. Code: <componentElement> <reportElement style="Barcode" x="130" y="250" width="400" height="30"/> <c:Code39 xmlns:c="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd"> <c:codeExpression><![CDATA["DONDON"]]></c:codeExpression> </c:Code39> </componentElement>
×
×
  • Create New...