BizCode Barcode Generator for Reporting Service
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 .NET > Barcode in SSRS > 2D > Micro QR Code
How to Generate Micro QR Code in SSRS
Micro QR Code is a 2D barcode symbology designed as a variant of QR Code 2005 with a reduced number of overhead modules and a restricted range of sizes. Micro QR Code M4-L is able to encode maximum data of: numeric data (35 characters), alphanumeric data (21 characters), Byte data (15 characters) and Kanji data (9 characters).
Barcode Generator for SSRS is an advanced and robust .NET CRI component that adds barcode generation and printing technology to SQL Server 2005 and 2008 projects. This .NET barcode control support 20+ linear and 2D barcode symbologies generation in SQL Reporting Service.
Reporting Service Micro QR Code CRI Generator is entirely integrated in VB.NET, C#, Managed C++ and Borland Delphi for .NET projects. It performs as a fully-integrated report item control that you can drag and drop it from Toolbox in Visual Studio to report directly.
With Reporting Service Micro QR Code Generator SDK, user can build powerful report solution with Micro QR Code barcoding features with great ease. SQL Server 2005 and 2008 are supported.
Micro QR Code for SSRS Features
Encodable Characters Valid Character Set:
numeric data;
alphanumeric data;
byte data;
Kanji characters
Error Correction Level Error Correction Level Micro QR Code utilizes the Reed-Solomon error correction and allowing recovery of:
- L 7%
- M 15%
- Q 25%
Note: ECL H is not available for Micro QR Code symbols
Safe & Secure All barcode generators provided are 100% managed code product fully written in Visual C# .NET 2005 with strong name signatures and signed DLLs
Barcode Specification Generated MicroQR Code is extremely accurate and defined in ISO/IEC 18004: 2006
Detailed documentation Provide free VB.NET and C#.NET sample codes, step-by-step instructions, free trial package to generate barcodes in SSRS
.NET Framework All C# source code and assemblies provided are all apply to .NET Framework 2.0
Micro QR Code for SSRS Requirements
Windows OS
- Microsoft Windows 7
- Windows Server 2008
- Windows Vista
- Windows Server 2003
- Windows XP
Development Environments
- .NET 2.0/3.0/4.0
- C#, VB.NET, Managed C++, Borland Delphi for.NET
- Visual Studio 2005/2008/2010
- SQL Server 2005 / 2008 Reporting Services
- Visual Studio 2005 / 2008 ReportViewer Local Reports (RDLC) (runtime support)
Install Micro QR Code Generator for SSRS
  1. Download Barcode Generator for SSRS Free Trial and unzip;
  2. Copy CRI to the project folder;
  3. Add "BusinessRefinery.Barcode.win.dll" to Visual Studio Toolbox;
How to Insert Micro QR Code into SSRS
  1. Download Barcode Generator for SSRS Free Trial and unzip;
  2. Copy "BusinessRefinery.Barcode.RS2005CRI.dll" and "BusinessRefinery.Barcode.RS2005.dll" to the folder: "\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\". For SQL Server 2008, copy "BusinessRefinery.Barcode.RS2008CRI.dll" and "BusinessRefinery.Barcode.RS2008.dll" to the folder: "\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\";
  3. Copy "BusinessRefinery.Barcode.RS2005CRI.dll" or "BusinessRefinery.Barcode.RS2008CRI.dll" to the folder: "\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin\";
  4. Copy "BusinessRefinery.Barcode.RS2005CRI.dll" or "BusinessRefinery.Barcode.RS2008CRI.dll" to the folder: "\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin\";
  5. Start Visual Studio and create a new report project by choosing "Report Server Project Wizard" from Visual Studio installed templates;
  6. Add query string to retrieve data from the data source;
  7. Choose a "Tabular" report style;
  8. Use the default settings in "Design the Table" Dialog, and click "Next";
  9. Choose the default setting for "Table Style";
  10. Use the default location to deploy the report;
  11. Set the name of the report and click "Finish" button;
  12. Add Business Refinery Reporting Service Barcode CRI to your Report Item Toolbox;
  13. Add a new column for barcode images. Right-click the table and choose "Insert Column to the Right";
  14. Set the column header as "Barcode" and then, drag "MicroQRCodeControl" directly to the Column "Barcode";
  15. Go to property window, and change barcode properties if needed;
  16. Click "Preview" tab to view the generated barcodes.