KA.Barcode for .NET Reporting Services
How to Generate Code 2 of 5 in Reporting Services
How to generate, insert Code 2 of 5 barcode images in SQL Server Reporting Services (SSRS) CRI
  • Effectively integrate in Reporting Services with a Custom Report Item (CRI)
  • Easy to drag Code 2 of 5 barcode report item to your Reporting Services report layout page
  • Simply create linear barcode, Code 2 of 5, in Reporting Services 2005 and 2008
  • Generate high print-quality Code 2 of 5 barcode images
  • Entirely encoded, written in C#.NET 2005 or 2008
  • Set Code 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
Code 2 of 5 Barcode Generator for SSRS Overview

Reporting Services Code 2 of 5 Barcode Generator is a mature, robust barcode generator library. It is widely adopted to create and encode Code 2 of 5 images in SQL Server Reporting Services (SSRS) Reports. And various image formats are available to choose, like GIF, BMP, PNG, JPEG, TIFF.

barcode scanner code in c# windows application, barcode in excel 2007 free, free barcode generator using vb.net, barcode scanner project in c#, print barcode in java, java barcode

This barcode generator for Reporting Services can produce more than 20 linear and 2D barcodes in Reporting Services 2005 and 2008.

Linear barcodes: Code 11, Code 128, Code 39, EAN-8, EAN-13, EAN-128, Intelligent Mail, UPC-A, ISBN, ISSN, etc.

2D barcodes: Data Matrix, QR Code, PDF-417.

How to Generate Code 2 of 5 in SQL Server Reporting Services

You may firstly download Code 2 of 5 Barcode Generator for Reporting Services.

KeepAutomation offers developer guide for using Reporting Services Barcode Generator to generate and draw Code 2 of 5 images in Reporting Services Reports.

If you want to efficiently generate Code 2 of 5 in Reporting Services Reports, please see the following Code 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
Code 2 of 5
WideNarrowRatio wide-narrow-ratio 2.0f Code 39 Wide bar width vs narrow bar width ratio