BarcodeLib.SSRS 7.4.0.1

dotnet add package BarcodeLib.SSRS --version 7.4.0.1
                    
NuGet\Install-Package BarcodeLib.SSRS -Version 7.4.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BarcodeLib.SSRS" Version="7.4.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarcodeLib.SSRS" Version="7.4.0.1" />
                    
Directory.Packages.props
<PackageReference Include="BarcodeLib.SSRS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BarcodeLib.SSRS --version 7.4.0.1
                    
#r "nuget: BarcodeLib.SSRS, 7.4.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BarcodeLib.SSRS@7.4.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BarcodeLib.SSRS&version=7.4.0.1
                    
Install as a Cake Addin
#tool nuget:?package=BarcodeLib.SSRS&version=7.4.0.1
                    
Install as a Cake Tool

BarcodeLib.com Barcode for .NET SSRS - A C# Barcode Generator Library for SSRS reports

Barcode Generator for SSRS is a C# barcode library to create QR Code, and 20+ other 2d and 1d barcode symbologies in SSRS reports. You can easily generate QR Code and barcodes in the .NET SSRS reports web and Windows applications.

Barcode for .NET is an advanced barcode generator package :

  • Create ISO standard barcode symbologies, including QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128
  • Easy to render barcodes into raster images (png, bmp, tiff) or vector images (svg, eps)
  • Support high resolution barcode images for printing
  • Quick to generate barcode with complex data format, such as GS1 data elements, Unicode text

Compatible with

  • .NET Standard 2.0
  • .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
  • .NET Framework 4.x
  • Windows, MacOS, Linux, Docker, Azure

Support & Documents

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (77)

Showing the top 5 NuGet packages that depend on BarcodeLib.SSRS:

Package Downloads
BarcodeLib.Barcode

BarcodeLib - A barcode library to quickly create barcodes (QR Code, Data Matrix, Code 128/39, EAN/UPC, GS1-128), includes comprehensive options to customize the ISO compatible barcodes. View our C# how to start page : https://www.barcodelib.com/csharp/ Quick to start C# code ============================== using BarcodeLib.Barcode; // Create a QR Code barcode QRCode qrcode = new QRCode(); qrcode.Data = "https://www.barcodelib.com"; qrcode.drawBarcode("C://output//qrcode.png"); // Create a Code 128 barcode Linear code128 = new Linear(); code128.Type = Barcode.BarcodeType.CODE128; code128.Data = "CODE 128"; code128.drawBarcode("C://output//code128.png"); Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Licenses : https://www.barcodelib.com/purchase/main.html Email : support@barcodelib.com

BarcodeLib.Barcode.PDF

Barcode Generator .NET library on PDF document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on PDF file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : Adobe PDF * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com

BarcodeLib.Barcode.TIFF

Barcode Generator .NET library on TIFF document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on multi-page TIFF file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : multi-page TIFF (.tiff, .tif) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com

BarcodeLib.Barcode.Excel

Barcode Generator .NET library on Excel document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on Excel file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com

BarcodeLib.Barcode.Word

Barcode Generator .NET library on Word document: The nuget package includes APIs to encode, generate QR Code, Code 128, and other barcodes on Word file in ASP.NET, MVC, web, Windows desktop apps. Supported barcode formats : * QR Code (Steyle QR Code, GS1 compatible), Data Matrix (GS1 compatible), PDF-417 * Code 39, Code 128 * EAN 8, EAN 13, UPC-A, UPC-E * GS1-128, GS1 DataBar, ITF-14 * And more Barcode Output Types : * Document : Microsoft Office Word (.docx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream or Byte array objects Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6.1 Online Guides : * Developer Guide : https://www.barcodelib.com/csharp/ * Contact US : support@barcodelib.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.4.0.1 783 11/12/2025
7.4.0 3,796 11/7/2025