BizCode Barcode Generator for Crystal Report
The most advanced barcode control for Crystal Report
Quick Overviews
  • Crystal Report .NET SDK
  • Linear & 2D barcode support
  • .NET 2.0/3.0/4.0 support
  • Support C#, VB.NET, etc.
  • Multiple file formats support
Barcode in Crystal Report > VB.NET Barcode
How to Generate Barcodes in Crystal Reports using VB
BizCode Generator for Crystal Report helps developers to insert linear and matrix barcode generation capability into Crystal Reports. Powerful reporting solution is highly customizable and barcode images could be maintained on exported Word, Excel, PDF and text formats.
General Requirement of Barcode Generator for Crystal Report
Windows Operating Systems
Compatible with Operating Systems such as Microsoft Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003,Windows XP
.NET Support
Source code applies to .NET 2.0, compliant with .NET Framework 2.0, 3.0, 3.5, 4.0, build Crystal Reports using Microsoft SQL Server 2005, 2008 or 2010
Testing Environmnet of Barcode Generator for Crystal Report
Test environment
Microsoft Windows XP, Microsoft Visual Studio 2005, Visual C#.NET
Test Product
BizCode Generator for Crystal Report
General Requirement of Barcode Generator for Crystal Report
  1. Download BizCode Generator for Crystal Report Free Trial and unzip it;
  2. Start Visual Studio and create a new Crystal Reports;
  3. Click "Project" and select "Add Reference";
  4. Then add "BusinessRefinery.Barcode.web.dll" to your Crystal Reports project reference;
Create Linear/2D Barcodes Using Crystal Report Barcode Generator
  1. Accept the defaults of "Use Report Expert" and "Standard Report" in Crystal Report Gallery dialog box.
  2. In the Data tab, expand "Create New Connection" and choose "ADO.NET". After click "next" button, you could see the "Connection" form. Navigate to the "CustomerDataSet.xsd" in the downloaded package and click "Finish" button.
  3. Add table "Customer" as selected tables in the "Data" form and click "Next". In following "Fields" form, add all three columns available to right "Customer" fields, and Click "Finish".
  4. In CrystalReport1.rpt, drag and drop field "Barcode" to the report Section 3 (Details).
  5. Go to .NET project solution explorer and navigate to the "BusinessRefinery.Barcode.web.dll". Then add it to the project reference.
  6. Right click "Default.aspx" in "Solution Explorer" and choose "View Code";
  7. Using the Visual Basic code sample in tutorial then run the report.