Home
Analytics
Barcode in BIRT report
SrinivasaRao
Hi,
Currently i am working with BIRT 2.5.2 version and i got new assignment regarding the barcodes in the report.
My report dataset will return the no of columns in that i have to take one column which contain string data type. I need to show that as a Barcode in the report.
Any body Please help me to get it done.
Any help would be greatly appreciated.
Thanks,
Srinivas.T
Find more posts tagged with
Comments
canutri
Hi Srinivas,
This should be pretty strait forward task assuming you already have a barcode font installed on the development and client pc's. Otherwise, check out the free barcodes (limitation do exist) from idautomation.com
With the data item selected, select the appropriate barcode font from Properties>General>Font value.
Using idautomation's barcode, the data item must contain a prefix and suffix value of either "*" or "!". So, if a part number of 123456 is to be barcoded, I must create a Computed Column in the dataset to append the prefix such that it results as *123456*.
I hope this helps you get started with your assignment,
Daron
SrinivasaRao
<blockquote class='ipsBlockquote' data-author="'canutri'" data-cid="66418" data-time="1279117628" data-date="14 July 2010 - 07:27 AM"><p>
Hi Srinivas,<br />
<br />
This should be pretty strait forward task assuming you already have a barcode font installed on the development and client pc's. Otherwise, check out the free barcodes (limitation do exist) from idautomation.com<br />
<br />
With the data item selected, select the appropriate barcode font from Properties>General>Font value.<br />
<br />
Using idautomation's barcode, the data item must contain a prefix and suffix value of either "*" or "!". So, if a part number of 123456 is to be barcoded, I must create a Computed Column in the dataset to append the prefix such that it results as *123456*.<br />
<br />
I hope this helps you get started with your assignment,<br />
<br />
Daron<br /></p></blockquote>
<br />
Hi,<br />
<br />
Thanks a lot for your reply.<br />
<br />
I have not installed barcode font in machine.<br />
<br />
and i am looking for open source barcode.<br />
<br />
i am designing the reports and viewing in the report viewer and exorting into pdf by calling the report from my jsp page to display in i frame. <br />
<br />
Can anybody let me know how can i do this.<br />
<br />
Thanks in advance,<br />
Srinivas.T
Jessey
I've used a <a class='bbc_url' href='
http://www.onbarcode.com/products/birt_barcode/'>BIRT
Barcode Control</a> for my project and it works well.<br />
<br />
Hope it be useful for you!