- Efficient to integrate in Reporting Services with a Custom Report Item (CRI)
- Easy to drag and drop Interleaved 2 of 5 barcode report item to your Reporting Services report layout page
- Simply create linear barcode, Interleaved 2 of 5, in Reporting Services 2005 and 2008
- Generate high-quality Interleaved 2 of 5 barcode images
- Entirely encoded, written in C#.NET 2005 or 2008
- Set Interleaved 2 of 5 barcode properties freely, such as barcode image size, rotation, colors, fonts and so on
- Widely used barcode generation component (DLL Class Library) provided by KeepAutomation
Interleaved 2 of 5 Barcode Generator for SSRS Overview
Reporting Services Interleaved 2 of 5 Barcode Generator is a mature, robust barcode generator library. It is widely adopted to create and encode Interleaved 2 of 5 images in SQL Server Reporting Services (SSRS) Reports. And various image formats are available to choose, like GIF, PNG, JPEG, BMP, TIFF.
This barcode generator for Reporting Services can produce more than 20 linear and 2D barcodes in Reporting Services 2005 and 2008.
Linear barcodes: Code 128, Code 39, EAN-8, EAN-13, EAN-128, Intelligent Mail, UPC-A, ISBN, ISSN.
2D barcodes: Data Matrix, QR Code, PDF-417.
For .NET vba code application within VB.NET class, which is used for lowercase and uppercase data encoding and suitable for barcode recognition...
Method 2: Build Click Event in Web Forms in C#.NET. 1. Open Microsoft Visual Studio. 2. Create a web application ....
more>
How to Generate Interleaved 2 of 5 in Reporting Services
You may firstly
download Interleaved 2 of 5 Barcode Encoder in Reporting Services.
KeepAutomation offers developer
guide for using Reporting Services Barcode Generator to generate and draw Interleaved 2 of 5 images in Reporting Services Reports.
If you want to efficiently generate Interleaved 2 of 5 in Reporting Services Reports, please see the following Interleaved 2 of 5 barcode parameters in the Reporting Services Barcode Generator.
Class Attribute |
HTTP Parameter |
Default Value |
Comments |
Basic |
Symbology |
symbology |
Symbology.Code128Auto |
Barcode symoblogy type |
CodeToEncode |
code-to-encode |
"" |
Barcode value to encode |
ChecksumEnabled |
checksum-enabled |
true |
Checksum for barcode value |
ImageFormat |
image-format |
ImageFormat.Gif |
Barcode encoded image format. Supports Gif, Jpeg, Bmp, Png |
|
Barcode Size |
BarcodeUnit |
barcode-unit |
BarcodeUnit.Pixel |
Unit of meature for all size related settings. 0: pixel; 1: inch; 2: cm. Default is pixel |
X |
x |
1 |
Width of barcode module (narrow bar), default is 1 pixel |
Y |
y |
50 |
Barcode module height, default is 50 pixel |
LeftMargin |
left-margin |
0 |
Barcode image left margin |
RightMargin |
right-margin |
0 |
Barcode image right margin |
TopMargin |
top-margin |
0 |
Barcode image top margin |
BottomMargin |
bottom-margin |
0 |
Barcode image bottom margin |
DPI |
dpi |
72 |
Barcode image resolution in dpi |
Orientation |
orientation |
Orientation.Degree0 |
Barcode rotate angle. |
BarCodeWidth |
barcode-width |
0 |
|
BarCodeHeight |
barcode-height |
0 |
|
|
Text Style |
DisplayText |
display-text |
true |
If true, display barcode value text, otherwise do not display. |
DisplayChecksum |
displace-checksum |
true |
If ture, diplay barcode checksum digit, if any. |
TextFont |
text-font |
new Font("Arial", 10f, FontStyle.Regular) |
Barcode text font style |
TextMargin |
text-margin |
6 |
Margin between barcode and text |