I need to be able to create a bar code in SQL reports. Do I need to get a three party tool or do you have anything that can help.
Thanks
SQL Server Report needs nothing. What you need it's a font. You have to look for a ttf with eg bar code 39 or other encoding. Unfortunattly goods ttf aren't free.When you've got the font then replace the font of the field wich has the code and that's all.
Good luck in your search.|||thanks|||
I found a better choice instead of using fonts.
Barcode Professional .NET for Reporting Services
http://www.neodynamic.com/Products/BCRS/BarcodeRS.aspx?tabid=78&prodid=7
Cheers
|||Or you could try this Windows Form Control that supports Reporting Services.
http://www.technoriversoft.com/developer.html
|||Hi, I am trying to use a TTF font, and it prints out but the bar code reader is not reading the font.
In Crystal, I had to put an * before after the value.
In Excel, it works the same way.
But in SRS 2000, it will not work.
My expression is
="*"& Fields!MANUFACTUREORDER_I.Value.Trim() & "*"
I have also tried using the plus instead of *.
The font I am using is Free 3 of 9 Extended.
thanks for you help.
|||
IT is not good way
it is because when you compile the report into production server.
when user print it, it will show the text rather than bar code....
|||As Inamori has stated. Everything works fine until the report is compiled into a productions server. At that point the barcode is shown as clear text.
So what exactly is the fix. Was one ever found?
1 comment:
I'm using SSRS 2005 and need to include a barcode onto a series of reports. Is there a default that I am missing that is included with SSRS or do you have a suggested package that I should download for creating the labels?
generate barcode in crystal reports
Post a Comment