Code 128 .NET Barcode SDK for RDLC Reports
Integration & Developer Guide to create Code 128 linear barcodes for 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 Code 128 in RDLC Report for NET using Barcode Control Library
- Add functional Code 128 generation functions into client-side report for .NET
- Easily create dynamic Code 128 graphics objects in RDLC reports
- 100% written by managed code in C#
- Support Microsoft Visual Studio 2005/2008/2010
- Add auto code set function for Code 128 code set selection
- Compatible with ISO / IEC 15417 (2nd edition 2007-06-01)
- Print high quality Code-128 Bar Code images in GIF, PNG, JPEG & BITMAP
Introduction of Code 128 RDLC Barcode Generator

Top
Code 128 Barcode Generator for RDLC is an advance barcode generator component which allows you to print Code 128 in client report RDLC for .NET projects. The integrated Code 128 control DLL easily draws Code 128 in report as high quality graphics objects. The generated Code 128 barcodes are adjustable. C#.NET and VB.NET could be used to make the adjustment.
Except for Code 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: 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 128 Using RDLC Barcode Generator

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