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

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

barcode in c# windows application, barcode image generator in java, barcode scanner using camera c#, barcode with vb.net, how to generate barcode in c# windows application, c# barcode generator github

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, Code 93, EAN-8, EAN-13, EAN-128, Intelligent Mail, Interleaved 2 of 5, UPC-A.

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

How to Generate ITF-14 in SQL Server Reporting Services

You may firstly download ITF-14 (linear) Barcode Generator on Reporting Services.

KeepAutomation offers developer guide for using Reporting Services Barcode Generator to generate and draw ITF-14 images in Reporting Services Reports.

If you want to efficiently generate ITF-14 in Reporting Services Reports, please see the following ITF-14 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