BizCode Barcode Generator for Reporting Service
The most advanced 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
How to Generate GS1 DataBar in SSRS
GS1 DataBar, also referred to as Reduced Space Symbology/RSS which is widely used in the GS1 DataBar coupon. The symbols for POS systems contains GS1 DataBar Omnidirectional, GS1 DataBar Stacked Omnidirectional, GS1 DataBar Expanded and GS1 DataBar Expanded Stacked. And barcodes for non-retail system includes GS1 DataBar Truncated, GS1 DataBar Limited and GS1 DataBar Stacked.
Barcode Generator for SSRS is an advanced and robust .NET CRI component fully integrated in .NET Framework 2.0, 3.0 and greater. It helps you generate and print GS1 DataBar in SQL Reporting Services using Visual Studio 2005 and 2008.
Reporting Service GS1 DataBar CRI Generator helps developers to generate and print GS1 DataBar in SSRS using VB.NET, C#, Managed C++ and Borland Delphi for .NET. 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 GS1 DataBar Generator SDK, user could maintain barcode images when exporting SSRS to Word, Excel, PowerPoint and PDF documents.
GS1 DataBar for SSRS Features
Encodable Characters Valid Character Set:
Numeric data: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
GS1 DataBar Expanded Encodable Characters Uppercase and lowercase letters
Digits, spaces, and 20 selected punctuation characters in addition to the Function 1 Character (FNC 1)
Microsoft SQL Server GS1 DataBar barcode generator works well in 2.0 (with MS SQL Server 2005) and 3.x (with MS SQL Server 2008)
Barcode Specification Generated GS1 DataBar Code is extremely accurate compatible with latest GS1 standard
Detailed documentation Provide free VB.NET and C#.NET sample codes, user-friendly tutorial, free trial package to generate barcodes in SSRS
.NET Language Generate and print GS1 DataBar barcode images using VB.NET, C#, Managed C++ and Borland Delphi for .NET
GS1 DataBar 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 GS1 DataBar 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 GS1 DataBar 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. Start Visual Studio and create a new report project by choosing "Report Server Project Wizard" from Visual Studio installed templates;
  5. Add query string to retrieve data from the data source;
  6. Choose a "Tabular" report style;
  7. Use the default settings in "Design the Table" Dialog, and click "Next";
  8. Choose the default setting for "Table Style";
  9. Use the default location to deploy the report;
  10. Set the name of the report and click "Finish" button;
  11. Add Business Refinery Reporting Service Barcode CRI to your Report Item Toolbox;
  12. Add a new column for barcode images. Right-click the table and choose "Insert Column to the Right";
  13. Set the column header as "Barcode" and then, drag "MicroQRCodeControl" directly to the Column "Barcode";
  14. Go to property window, and change barcode properties if needed;
  15. Click "Preview" tab to view the generated barcodes.