GS1-128 .NET Barcode Control for RDLC Reports
Integration & Developer Guide to insert dynamic EAN-128(UCC/GS1-128) images into RDLC local report
"The service support was prompt. All of my questions were replied in details within 24 hours. Job well done!"
- Lyle Aiken, UK
Generate GS1-128 in RDLC Report for NET using Barcode Control Library
- Embed GS1-128 generation capabilities into client-side report RDLC
- Easily create dynamic GS1-128 graphics objects in RDLC reports
- Built in managed C# by strong named assemblies
- Support .NET 2.0/3.0/4.0 or greater
- Compatible with GS1 Barcode Standards
- Supported image formats include GIF, PNG, JPEG & BITMAP
- Provide royalty-free license with the purchase
Introduction of GS1-128 RDLC Barcode Generator

Top
GS1-128 Barcode Generator for RDLC is a GS1-compatible barcode generator for linear barcode GS1-128 which is the identifier of types of GS1 data. GS1-128 Barcode Generator for RDLC could be added into RDLC reports, thus, dynamic GS1-128 barcode images could be printed in client report RDLC.
Except for GS1-128, there are more than 40 types of linear and 2D barcode images are supported by OnBarcoode.com
Barcode Generator for .NET RDLC Local Report.
- Linear Barcodes on RDLC Report: GS1-128, Code 128, EAN-8, EAN-13, GS1 128, UPC-A, UPC-E, Interleaved 2 of 5, Postal Codes, etc
- 2D Barcodes on RDLC Report: including QR Code, Data Matrix, PDF-417
How to Generate GS1-128 using RDLC Barcode Generator

Top
Please download
RDLC Report GS1-128 Generator Library, and then follow the steps below to accomplish GS1-128 barcode generation in RDLC:
- Open Visual Studio, and create a Windows Forms Application;
- Create a new DataSet with the name "AdventureWorks.xsd";
- Go to the Toolbox to select "Pointer", then drag&drop "Table Adapter" to the new DataSet;
- Define the connection to SQL Server AdvantureWorks Sample Database;
- Insert the following string as SQL Statements: "SELECT ProductID, Name FROM Production.vProductDescription WHERE (CultureID = N`en`);
- Right-clicking "vProductAndDescription" on the dataset to create a column named "Barcode";
- Change the data type to "System.Byte[]";
- Create a new Report, insert a table to the report, and add three columns in the dataset to the report table details section;
- Drag and Image item to the last column named "Barcode";
- Switch to the "Properties" Window, and set the following properties: Set "Source" to Database; set "MIMEType" to "image/jpeg"; set "Value" to "=Fields!Barcode.Value";
- Select "Form1.cs[Design]";
- Drag "ReportViewer" to Form1, and bind the data collection;
- Copy the sample code into the method Form1_Load;
- Add the generator DLL to project reference;
- Use the "OnBarcode.Barcode" namespace;
- Run the project;
Users may directly see the barcode generation tutorial for RDLC on page
Developer Guide for Barcode Generation in .NET RDLC Reports.
RDLC Report Barcode Generator Supporting Barcode Types

Top
Barcode Control for RDLC Local Report - Barcode Image Generation