BizCode Barcode Generator for Reporting Services
The most professional CRI for SQL Server Reporting Services (SSRS)
Quick Overviews
  • Custom Report Item (CRI) SDK
  • VS & SSRS 2005/2008 support
  • Linear, Postal & 2D barcodes
  • Multiple file formats support
  • Barcodes Freely Adjustable
Barcode in SSRS > ASP.NET Barcode
How to Generate Barcodes in Reporting Services in ASP.NET
BizCode Generator for Reporting Service is a flexible barcode solution for Reporting Service development in .NET framework. Server control library is included for the SSRS report in ASP.NET therefore barcode could be generated in Reporting Services in ASP.NET.
BizCode Generator for Reporting Service Requirements
Windows OS
Compatible with Microsoft Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, etc
.NET Support
Written by managed code in C#; supports all Microsoft Report Definition Language scenarios such as SQL Report Server projects (RDL) and ReportViewer Local Reports (RDLC) in Visual Studio 2005 / 2008 / 2010
BizCode Generator for Reporting Service Test Environment
Test Environment
Microsoft Windows XP, Microsoft Visual Studio 2005, Visual C#.NET
Test Product
BizCode Generator for Reporting Service
How to Generate Barcodes in Reporting Service in ASP.NET
  1. Start Visual Studio and create a server-side report project with the "Report Server Project Wizard";
  2. Add a "Data Source" to the project. We are using "AdventureWorks" as our data source;
  3. Add query string to retrieve data from the data source;
  4. Choose a "Tabular" report style;
  5. Use the default settings in "Design the Table" Dialog, and click "Next";
  6. Choose the default setting for "Table Style";
  7. Use the default location to deploy the report;
  8. Set the name of the report and click "Finish" button;
How to Generate Barcodes in Reporting Service in ASP.NET
  1. Right click "Report Items" and select "Choose Items...";
  2. Go to ".NET Framework Components", and click "Browse..." button;
  3. Select "BusinessRefinery.Barcode.RS2005.dll" or "BusinessRefinery.Barcode.RS2008.dll";
  4. Press "OK", you will see four components in your Report Item Toolbox: "WebLinearBarcode" and "WebQRCode", "WebPDF417" and "WebDataMatrix".
How to Generate Barcodes in Reporting Service in ASP.NET
  1. Right-click the table and choose "Insert Column to the Right";
  2. Set the column header as "Barcode" and then, drag a component directly to the Column "Barcode"; (To generate linear barcodes, just drag WebLinearBarcode, and change barcode type to target one; to generate QR Code, drag WebQRCode; PDF-417, WebPDF417; Data Matrix, WebDataMatrix)
  3. Change barcode properties through properties window;
  4. Click "Preview" tab to view the generated barcodes.