M.Ali
M.Ali

Reputation: 69504

Display Barcodes in SSRS reports

I have some Barcode data stored in a SQL Server table with the font Code39-Digit the barcodes are stored in the table as *12312313213*.

I am trying to create a report in SSRS with the barcodes (scanner readable).

I have tried the following two methods and got nowhere :( .

  1. How to embed Barcodes in your SSRS report

  2. .NET Barcode Generator/SDK for SSRS Tutorial

Method 1 does not support the Barcode font Code39-Digit.

Method 2 I managed to show Barcodes in the BIDS but when I deploy the report to a server it goes all pear shape. The barcode wont show at all on the Reports Manager.

I have made sure that my Reports Server has the Font installed. but no luck so far.

I am running out of options any suggestions or pointer in the right direction are much appreciated.

Thank you.

Upvotes: 2

Views: 11835

Answers (3)

Bob Milanov
Bob Milanov

Reputation: 46

You can try Nevron Barcode for SSRS - probably the only still supported option for a barcode report item inside SSRS:

https://www.nevron.com/products-reporting-services-barcode-overview

it is also a part of a larger set of custom report items for SSRS that contains a chart, gauge, and map.

Upvotes: 0

Menahem
Menahem

Reputation: 71

Inside the report, use any text controller (like TextBox for example). set it's font property to "typereader": textBox -> Properties -> font -> FontFamily - Typereader 39. Make sure you got font 39 in your computer, and that's it. enter image description here

Upvotes: 5

NewGuy
NewGuy

Reputation: 1030

We use NeoDynamic Barcode Professional It works well for what you are trying to do and offers other features.

Upvotes: 1

Related Questions