.NET Barcode Generation SDK
for RDLC Reports in VB.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > Code 39
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 Code 39 Barcode Generator for Local Report
Add Dynamic Code 39 Barcodes in RDLC Using Visual Basic - Features
Create Dynamic Code 39 Barcodes in RDLC Using VB.NET Codes
RDLC Code 39 .NET barcode generation SDK helps .NET users to create and print Code 39 and Code 39 Extended in client-side reporting using VB.NET codes. Free evaluation package with VB.NET code sample listing are available on Aspper.com.
Code 39 printing is possible on Report Definition Language Client-side/RDLC Report file using .NET barcode control/SDK provided by Aspper.com. Code 39 can be generated using VB.NET, Managed C++ and Borland Delphi for .NET.
RDLC Linear/Matrix Barcode Generation for VB.NET
Aspper.com provides robust barcode generator which support linear and 2D barcode generation in RDLC reports using VB.NET class library. Details for barcode generating, please refer to:

RDLC Reports Support Project Types:

RDLC Code 39 VB.NET barcode generation SDK is fully integrated into .NET applications. It support barcode generation in RDLC reports using .NET templates (Winforms or Webform). Created RDLC reports support project types below:

RDLC .NET Technology:

Barcode generator provided by Aspper.com helps developers to draw barcodes in image files as well as in the memory. Flexible barcode size support helps the designers configure the barcode width and height in RDLC files in accordance with specific barcode size requirements using VB.NET.
Code 39 Barcodes Generating in RDLC Using VB.NET Codes
Download the free 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 solution using VB.NET codes sample.

Create New RDLC Report in Visual Studio

  1. Create WebForm: Start Visual Studio 2005 or 2008, and then create an ASP.NET application using VB.NET programming;
  2. Add reference: find the rdlc generation SDK and add it as reference of the RDLC project;
  3. Add class: Move to the "Solution Explorer" then right-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";

How to 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.