.NET Barcode Generation SDK
for RDLC Reports in VB.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > UPC-A
2D Barcode in RDLC Report
Data Matrix in VB.NET
PDF417 in VB.NET
Related Products
UPC-A Barcode Generating Using VB.NET Barcode Generation Control
Print UPC-A Barcode in RDLC Using VB.NET Codes Listing
Create UPC-A Barcode in RDLC Using VB.NET Codes Sample- Features
RDLC .NET barcode generation SDK is used for UPC-A and UPC-A 2/5 digits add-on using VB.NET class library in Visual Studio 2005 and 2008. It is Visual Basic .NET, Visual Basic .NET, Borland Octane Delphi.NET and any development environment in the .NET.
This barcode generation control is a graphic software which create barcodes on pixel-based printers must scale each bar and space exactly. Complete C#.NET source code is provided with purchase to modify barcodes at source code level.
Support Linear/Matrix Barcode Types for RDLC in VB
Multiple linear and matrix barcode types are supported with a single generating product. It is easy to modify barcode size, image and data according to specific requirement using VB.NET programming. Details please refer to:

Support Project Types:

This barcode generation control allows the creation of barcodes that can easily be sent to the printer or to graphic images. It can be used with .NET applications (Winforms & Web form) to automate UPC-A barcode printing in RDLC reports.

.NET Technology:

All assemblies provided are 100% managed code created in C#, strong named and digitally signed. Once installed, the control may be sized and parameters can be set to meet required specifications using VB.NET programming.
How to Generate UPC-A 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, and choose VB when you create new RDLC report project.

Build RDLC Report in Visual Studio using VB.NET language

  1. Create WebForm: Start Visual Studio and choose VB.NET as selected language, create an ASP.NET web form project using VB.NET programming; (Or winforms application if necessary);
  2. Add reference: find the downloaded rdlc generation SDK package 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 VB.NET codes: Using VB.NET sample codes in the created class "APP_Code/Class1.cs" to generate barcodes;

How to Generate UPC-A in RDLC Using .NET Barcode Control

  1. Add report: move to "Solution Explorer" button, 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 UPC-A barcode images will be displayed on the web page.