.NET Barcode Generation SDK
for RDLC Reports in VB.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > EAN 128
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 Barcode Generation Library for GS1-128
Add GS1-128 Barcode in RDLC Using VB.NET Codes
GS1-128 Barcode Generating in RDLC Using Visual Basic Codes - Features
RDLC GS1-128 barcode control helps .NET users to print high quality GS1-128 barcodes using VB.NET codes on RDLC local reports. This barcode generation SDK is designed to automate barcode printing in RDLC using ASP.NET or Winforms application.
Each RDLC reports will be treated as class library in Visual Studio. It is easy to add GS1-128/EAN-128 barcoding features in to RDLC using VB.NET, Managed C++ and Borland Delphi for .NET. Aspper.com provides detailed tutorial and free trial package for .NET programmers.
Support Linear/2D Barcode Types for RDLC in VB.NET
This RDLC .NET generation SDK is easy-to-use barcode library which perform barcode task in client local report using ASP.NET, Winforms application in Visual Studio. Most linear and 2D barcodes are supported:

RDLC Support Project Types:

It is easy to complete barcode task in RDLC local report using ASP.NET, Winforms application in Visual Studio. Choose VB.NET as your project language when you create RDLC reports. Easy of learning, combined with capabilities of the .NET Framework makes this control an excellent generator for RDLC.

RDLC .NET Technology:

This .NET barcode control for RDLC is a new drag-and-drop component that easily adds dynamic barcoding capability to Microsoft. Generated GS1-128 shall be considered as conforming with this GS1 general International Standard.
GS1-128 Barcodes Generating 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.