KA.Barcode for Crystal Reports
How to Generate Code 11 in Crystal Reports
How to generate, insert Code 11 barcode images in Crystal Reports
  • Simple to adjust Code 11 property settings using VB.NET, C#.NET, etc
  • Compatible with .NET 2.0, 3.0, 3.5, and 4.0 versions
  • Easy to use with fast Code 11 generation speed and create high-quality Code 11 images
  • High-quality and easy to use Code 11 barcode generator for Crystal Reports that helps you create Code 11 and other linear & 2d barcodes like QR code for Crystal Reports, Code 93 for Crystal Reports, EAN-8 for Crystal Reports, Interleaved 2 of 5, Planet, etc.
  • Creating Code 11 barcode in various image formats like Png, Jpg, Tiff, Bmp, and Gif, etc.
  • Royalty free with purchase of a developer license
  • Printing & drawing scannable and readable Code 11 image according to its specifications
KeepAutomation Code 11 Barcode Generator for Crystal Reports is a mature and easy to use Code 11 generator for creating/ printing Code 11 in Crystal Reports in .NET applications using VB.NET and C# .NET. It makes Code 11 generation such an easy task and so fun an experience.
Code 11 Barcode Generator for Crystal Reports - Overview

KeepAutomation Code 11 Barcode Generator for Crystal Reports, is a Code 11 generation function of Crystal Reports Barcode Generator, which supports creating & printing Code 11 and other linear & matrix barcodes in Crystal Reports in .NET, such as Code 39, Code 128, EAN, UPC, Data Matrix, etc.

Since Code 11 specifications are pre-configured in the KeepAutomation Code 11 Barcode Generator, all the Code 11 barcodes generated with it are scannable and strictly compatible with the specifications. However, if you want to customize the Code 11 settings yourself, it is easily achieved with just a few barcode setting codes.

KeepAutomation also provides other Code 11 for Office, .NET and more:

Code 11 Barcode Add-In for Microsoft Excel - creating Code 11 in MS Excel documents

Code 11 Barcode Add-In for Microsoft Word - creating Code 11 in MS Word documents

Code 11 Barcode Generator for C#.NET - generating Code 11 with C#.NET

Code 11 Barcode Generator for Java - printing Code 11 using Java


Code 11 Barcode Generator for Crystal Reports - Features

  • Simple steps to easily generate and draw valid Code 11 images with best quality

  • Support Code 11 and other over 20 common linear & 2D barcodes

  • Creating & Printing Code 11 barcode in various image formats like Png, Tiff, Bmp, Gif, Jpg

  • Scannable & printable Code 11 images generated according to specification

  • Checksum digits automatically calculated by Code 11 Barcode Generator for Crystal Reports when set to true

  • Easy to customize various barcode settings, such as size, rotation and color, etc.


How to generate Code 11 Barcode in Crystal Reports in .NET

Download:

Download the KeepAutomation Code 11 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".

Code 11 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 a Code 11 barcode generated in your Crystal Reports.