.NET Code 39 Barcode SDK for RDLC Reports
Integration & Developer Guide to insert Code 39 images into RDLC local reports with high quality
"The service support was prompt. All of my questions were replied in details within 24 hours. Job well done!"
- Lyle Aiken, UK
Generate Code 39 in RDLC Report for NET using Barcode Control Library
- Integrate bar code generation functions into RDLC reports
- Generate Code 39 or extended Code 39 in client-side report for .NET
- Control the size and data parameters with C# or VB .NET
- Easily set the image resolution with the unit of dpi
- Create Bar Code images in GIF, PNG, JPEG & BITMAP
- Support .NET 2.0 or later
- Integrate with Microsoft Visual Studio 2005/2008/2010
- 100% compatible with ISO / IEC 16388 (2nd edition 2007-05-15)
Introduction of Code 39 RDLC Barcode Generator

Top
Code 39 Barcode Generator for RDLC is a .NET barcode generation SDK that allows developers to insert Code 39 barcode generation capabilities into the RDLC report for .NET. The generated Code 39 can be customized with a complete set of properties. Barcode symbol rotation is supported, allowing 0, 90, 180, or 270 degrees orientation.
Except for Code 39, 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 39, 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 39 Using RDLC Barcode Generator

Top
Please download
.NET RDLC Report Code 39 Generator, and then follow the steps below to accomplish Code 39 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