.NET Barcode Generation SDK
for RDLC Reports in VB.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > EAN-13
2D Barcode in RDLC Report
Data Matrix in VB.NET
PDF417 in VB.NET
Linear Barcode in RDLC Report
Code 39 in VB.NET
Code 128 in VB.NET
EAN-13 in VB.NET
EAN 128 in VB.NET
UPC-A in VB.NET
Related Products
RDLC VB.NET EAN-13 Barcode Generation Library
EAN-13 Barcode Generating in RDLC Using VB.NET Codes
EAN-13 Barcode Printing in RDLC Using Visual Basic Class - Features
EAN-13 barcode generating control for RDLC support EAN-13 and EAN-13 2/5 supplementary barcodes printing on local reports using VB.NET codes. Aspper.com provides detailed tutorial and free trial package for .NET programmers.
It is possible to maintain EAN-13 barcode image on Word, Excel, PDF when you exporting RDLC reports. Cutomization of EAN-13 includes barcode size, data and image through VB.NET programming. C# source code and flexible licenses are available in purchased version.
Support Linear/2D Barcode Types for RDLC in VB.NET
This RDLC .NET control is an Easy-to-configure control & complex barcode know-how is not required to create barcodes. It is easy to generate linear and 2D barcode symbologies in RDLC report follow the barcode generation tutorial:

RDLC Support Project Types:

It is possible to automate barcode generating process in RDLC local report using this .NET barcode generation library. This developer tool for barcodes will be fully integrated into Visual Studio and stay embedded once installed.

RDLC .NET Technology:

This .NET barcode generation SDK includes designers for Windows Forms and Web Forms applications, enabling simple drag - and - drop design of UI elements. It enables .NET users to encode barcodes takes user input by using Visual Studio 2005 or 2008.
EAN-13 Barcodes Printing in RDLC Using VB.NET Class Library
Download Aspper.Barcode download trial package for RDLC and unzip it on developer’s computer. Start Visual Studio 2005 or 2008 and create new RDLC report project using VB.NET language.

Create RDLC Project in Visual Studio using VB.NET language

  1. Create WebForm: Create an web application using VB.NET in Visual Studio 2005 or 2008;
  2. Add reference: add the rdlc generation SDK as reference of the RDLC project;
  3. Add class: Click the "Solution Explorer" and click the web application to add a class;
  4. Input C#.NET codes: Using VB.NET sample codes in the created class "APP_Code/Class1.cs";

Generate Barcode Images in RDLC Using .NET Barcode Control

  1. Add report: Activate "Solution Explorer", and right-click the project to add a report;
  2. Insert table: Display the "Report Item" in Toolbox, and then insert a table into local RDLC report;
  3. Add data source: Move to "Website Data Source", add "Name" and "Price" items to the report;
  4. Create barcode column: Create a new "Barcode" column and drag and drop an Image item to it;
  5. Set properties: Set "MIMEType" to "image/jpeg", "Source" to "Database" and "Value" to "=Fields!Barcode.Value", and save the report;
  6. View Report: Then move to "Solution Explorer", click "Default.aspx" and "View Designer" menu;
  7. Drag-and-drop: Drag "View Designer" to the report, and then choose created report "Report1.rdlc".
  8. Preview the RDLC report: Run the report, generated barcode images will be displayed on the web page.