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
<PackageReference Include="BarcodeLib.SSRS" Version="7.4.0.1" />
<PackageVersion Include="BarcodeLib.SSRS" Version="7.4.0.1" />
<PackageReference Include="BarcodeLib.SSRS" />
paket add BarcodeLib.SSRS --version 7.4.0.1
#r "nuget: BarcodeLib.SSRS, 7.4.0.1"
#:package BarcodeLib.SSRS@7.4.0.1
#addin nuget:?package=BarcodeLib.SSRS&version=7.4.0.1
#tool nuget:?package=BarcodeLib.SSRS&version=7.4.0.1
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
- C# How to Guide : https://www.barcodelib.com/net_reporting_services/main.html
- Licenses : https://www.barcodelib.com/purchase/main.html
- Email : support@barcodelib.com
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.5.0)
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.