KA.Barcode for Crystal Reports
How to Generate Interleaved 2 of 5 in Crystal Reports
How to generate, insert Interleaved 2 of 5 barcode images in Crystal Reports
Barcode for Crystal > Generate Barcode in Crystal > Linear > .NET Interleaved 2 of 5 in Crystal
  • Easily generate & create Interleaved 2 of 5 barcode in Crystal Reports in .NET
  • Creating & printing Interleaved 2 of 5 in Crystal Reports in .NET 2.0, 3.0, 3.5 and later versions
  • Supporting Interleaved 2 of 5 and other barcodes such as barcodes including Code 128 for Crystal Reports, EAN-8 for Crystal Reports, ISBN for Crystal Reports, QR Codes for Crystal Reports, PDF 417, etc.
  • Various image format supported including Png, Gif, Jpg, Bmp, etc.
  • Interleaved 2 of 5 barcode image rotation supported including 90, 180, and 270 degrees.
  • Create scannable Interleaved 2 of 5 compatible with latest Interleaved 2 of 5 ISO/IEC barcode specification
  • Royalty free with purchase of a developer license

    Quick Jump:   |   Overview  |  Features   |   How to Generate


In addition, KeepAutomation provides tutorials with demo code to print Interleaved 2 of 5 in Crystal Reports with C#.NET, VB.NET.

How to generate Interleaved 2 of 5 images in Crystal Reports in ASP.NET with C#.NET programming

How to create Interleaved 2 of 5 images in Crystal Reports in ASP.NET with VB.NET programming

How to print Interleaved 2 of 5 images in Crystal Reports in Winforms with C#.NET programming

How to draw Interleaved 2 of 5 images in Crystal Reports in Winforms with VB.NET programming



Interleaved 2 of 5 Barcode Generator for Crystal Reports - Overview

KeepAutomation Interleaved 2 of 5 Barcode Generator for Crystal Reports is an amazing barcode generation tool that enables you to create Interleaved 2 of 5 and 20+ other linear and 2D barcodes in your Crystal Reports in .NET at high speed.

All Interleaved 2 of 5 barcodes generated with this generator are compatible with corresponding ISO/IEC barcode specifications, so you don't really need to worry about the size and all that. Various Interleaved 2 of 5 barcode settings, like size, rotation, color etc, is available for you to adjust in the property

KeepAutomation also provides other Interleaved 2 of 5 barcode generators:

Interleaved 2 of 5 Barcode Add-In for Microsoft Excel - creating Interleaved 2 of 5 in MS Excel documents

Interleaved 2 of 5 Barcode Add-In for Microsoft Word - creating Interleaved 2 of 5 in MS Word documents

Interleaved 2 of 5 Barcode Generator for VB.NET - generating Interleaved 2 of 5 using VB.NET

Interleaved 2 of 5 Barcode Generator for ASP.NET - generating Interleaved 2 of 5 in ASP.NET

Interleaved 2 of 5 Barcode Generator for Java - printing Interleaved 2 of 5 with Java

Interleaved 2 of 5 Barcode Generator for Crystal Reports - Features

  • Scannable & Valid Interleaved 2 of 5 compatible specifications

  • Checksum digits calculated automatically according to the Interleaved 2 of 5 ISO/IEC requirements

  • Advanced algorithm to generate scannable Interleaved 2 of 5 barcodes with proper size

  • Easy to create Interleaved 2 of 5 barcode generation with few steps

  • Support Interleaved 2 of 5 barcode and various linear and matrix barcodes

  • Easy adjustment for Interleaved 2 of 5 parameters like bar width, font and color settings

  • Supporting generating Interleaved 2 of 5 barcode in various image formats like Png, Jpg, Gif, and Bmp

How to Generate Interleaved 2 of 5 Barcode in Crystal Reports in .NET

Download:

Download the KeepAutomation Interleaved 2 of 5 Barcode Generator for Crystal Reports and unzip.

Preparation:

  1. Open the unzipped package file, in the dataset "BarcodeDemoData.mdb" you will find a table "Customer", with three columns inside: "ID", "CustomerId", "CustomerName".

  2. There is a CustomerDataSet.xsd file for "BarcodeDemoData.mdb", which defines all above three columns in Customer table, also define one extra column named "Barcode", with data type "xs:base64Binary".

Interleaved 2 of 5 Barcode Generation Demo:

  1. Create a new .NET project with "Crystal Reports Application" as template. Name the project as "CrystalReportsBarcode"

  2. Create a new report "Using the Report Wizard", and choose "Standard", and click "OK" button.

  3. In "Data" form, expand "Create New Connection", and expand "ADO.NET".

  4. In "Connection" form, select the "CustomerDataSet.xsd" in your downloaded sample dataset package. Then click "Finish" button.

  5. In "Data" form, and add table "Customer". Then click "Next".

  6. In "Fields" form, add all three columns in the table "Customer". Click "Finish".

  7. In CrystalReport1.rpt, add field "Barcode" to the report Section 3 (Details)

  8. In your .NET project solution explorer, add "KeepAutomation.Barcode.WinForms.dll" to your project reference.

  9. Open your Form1.cs in Design view, double click the form, enter Form1.cs.

  10. Copy the following code into the method Form1_Load

  11. Run the report and you will see an Interleaved 2 of 5 barcode generated in your Crystal Reports.