Code 2 of 5 Barcode Generator for RDLC Reports
How to generate Code 2 of 5 in RDLC Client Reports for .NET application
"The service support was prompt. All of my questions were replied in details within 24 hours. Job well done!"
- Lyle Aiken, UK
Generate Code 2 of 5 linear barcode images for your RDLC Reports using .NET Barcode Library
- Easily insert Code 2 of 5 into ReportViewer Local Reports (RDLC)
- Draw image files as well as the memory for RDLC
- Support PNG, BMP, GIF, JPEG, TIFF image formats in RDLC
- Complete user-friendly guideline provided
- Allow to cutomization of module width, image width, color, rotation, resolution, and more
- Written completely by managed code in C#
- Support .NET 2.0/3.0/4.0 or greater
Introduction of Code 2 of 5 RDLC Barcode Generator

Top
Code 2 of 5 barcode control for RDLC is a powerful report tool lets you create robust reporting solution with barcode generation and printing capabilities. This barcode library can be used in VB.NET, C#, Managed C++ and Borland Delphi for .NET.
Except for Code 2 of 5, 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: Code 128, Code 128, EAN-8, EAN-13, GS1 128, UPC-A, UPC-E, Interleaved 2 of 5, Postal Codes
- 2D Barcodes on RDLC Report: including QR Code, Data Matrix, PDF-417
How to Generate Code 2 of 5 in RDLC Reports

Top
Firstly, please Download
.NET Barcode Generator for RDLC report files. Then, follow the steps below to accomplish 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;
See more detailed barcode generation tutorial by clicking
Developer Guide for Barcode Generation in .NET RDLC Reports.
RDLC Report Barcode Generator Supporting Barcode Types

Top
Barcode Control for RDLC - Bar Code Type Generation