- 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.
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.
1. Open Microsoft Visual Studio. 2. Create a Windows Forms ....
more>
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.
This walkthrough will show you how to generated barcodes for ASP.NET in Visual Studio by using free C#.NET Barcode Library DLL with use-friendly...
Draw and save QR Code bar codes in gif, jpeg, png, tiff ....
NET, and Oracle Reports. KeepAutomation also provides users with QR Code barcode size, data instruction with VB.NET sample codes: ....
more>
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 |