KA.Barcode for .NET WinForms
GS1 128 in Crystal Reports for Winforms with VB.NET
Generate, print GS1 128 (UCC/EAN 128) barcodes in Crystal Reports for Winforms using Visual Basic.NET (VB.NET)
Overview
GS1 128 (UCC/EAN 128) generator for Crystal Reports for Winforms is a .NET Winforms DLL class library for developers to generate and create GS1 128 (UCC/EAN 128) barcode in business intelligence application - Crystal Reports. It is a mature and reliable barcode component that can be easily and entirely run in C#, VB.NET, Managed C++ and Borland Delphi for .NET.

barcode generator in vb.net code project, vb.net barcode reader from image, barcode generator in asp net code project, barcode scanner in c# windows application, scan barcode asp.net c#, how to create barcode in asp.net c#

This guide provides 100% Visual Basic.NET (VB.NET) source code for VB.NET developers or other programmers to easily stream GS1 128 (UCC/EAN 128) barcodes into a Crystal Report using KeepAutomation.com barcode component for Crystal Report for Winforms.

vb.net data matrix generator, c# print barcode, free barcode generator asp.net control, c# barcode reader api, qr code generator c# free, data matrix barcode c#

KeepAutomation.com provides other GS1 128 (UCC/EAN 128) barcode generation component, like GS1 128 (UCC/EAN 128) in Winforms, GS1 128 (UCC/EAN 128) in ASP.NET, GS1 128 (UCC/EAN 128) in C#, GS1 128 (UCC/EAN 128) in VB.NET, GS1 128 (UCC/EAN 128) for Word, GS1 128 (UCC/EAN 128) for Excel and GS1 128 (UCC/EAN 128) Barcode Font, etc.
You may get more details of generating GS1 128 (UCC/EAN 128) for Crystal Report on different platforms:
GS1 128 (UCC/EAN 128) Information
  • ASCII valid value: 0-127
ean128

More Information on GS1 128 (UCC/EAN 128) Data Encoding
GS1 128 (UCC/EAN 128) Generation in Crystal Reports Using VB.NET

Setup Process

  • You will find "BarcodeDemoData.mdb", "CustomerDataSet.xsd", "guide", "KeepAutomation.Barcode.Windows.dll"in the folder

  • BarcodeDemoData.mdb: a table "Customer" with 3 column inside: "ID", "CustomerId", "CustomerName"

  • CustomerDataSet.xsd: defines columns in Customer table and an extra column called "Barcode"

  • Guide: a developer guide for generating barcodes in Crystal Reports for .NET Winforms

  • KeepAutomation.Barcode.Windows.dll: a Winforms dll for creating barcodes in Crystal Reports for .NET Winforms
2. Run Microsoft Visual Studio, Create new Crystal Reports Application project template named as "CrystalReportsBarcode"

3. In "Crystal Reports Gallery window"form, select "Using the Report Wizard" and "Standard"Expert type

4. Choose "ADO.NET ( XML)" in "Create New Connection" when the Wizard ask to choose the data source for the report

5. Then select the "CustomerDataSet.xsd" in your downloaded sample dataset package.

6. Add table "Customer" in "Data"form

7. In "Fields" form, add all three columns in the table "Customer".

8. In CrystalReport1.rpt, open "Field Explorer" and add table "Barcode" in "Database Field"onto Section 3 (Details)

9. In your .NET project solution explorer, add "KeepAutomation.Barcode.Windows.dll" to your project reference.

Generating GS1 128 (UCC/EAN 128) in Crystal Reports for Winforms Using VB.NET

Select Form1 and switch to Design mode for the form. Write down your VB.NET code crystalReportViewer1_Load. Then run the report, GS1 128 (UCC/EAN 128) barcodes occurs on the report. Here is a VB.NET sample code: