Viewing 4 posts - 1 through 4 (of 4 total)
dpelan (1/6/2013)
July 3, 2015 at 2:02 am
Tutorial for generating bar code in reporting service
bar code scanning library[/url]
I just found these two resources. bar code reader.dll may also support reporting service.
April 10, 2015 at 3:47 am
Stan Kulp-439977 (12/14/2013)
You have to convert the bitmap image to a byte array to display it in SSRS.
This is what the revised code looks like that...
February 9, 2015 at 1:14 am
Generating barcode Code-128 in C# Class example (C# Code 128 Generator Complete Demo Source Code):
Linear code128 = new Linear();
code128.Type = BarcodeType.CODE128;
code128.Data...
February 5, 2015 at 7:45 pm
Viewing 4 posts - 1 through 4 (of 4 total)