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 > ASP.NET Barcode
How to Generate Barcodes in Crystal Reports using ASP.NET
BizCode Generator for Crystal Report is a robust barcode generator to generates Linear and 2D barcodes in Crystal Reports. Programmers can preview a report with ASP.NET adding a CrystaReportViewer control to the web pages with barcode images.
General Requirement of Barcode Generator for Crystal Report
Windows Operating Systems
Support Operating Systems such as Microsoft Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003,Windows XP
.NET Support
Source code and assemblies of this DLL apply to .NET 2.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 web project using "ASP.NET Crystal Reports Web Site" as template in either C# or VB;
  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. Create a new report by accepting 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.
  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 or C# code sample in tutorial then run the ASP.NET web projects.