.NET Barcode Generation SDK
for RDLC Reports in C#.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > UPC-A
Linear Barcode in RDLC Report
Code 39 in C#
Code 128 in C#
EAN-13 in C#
EAN 128 in C#
UPC-A in C#
RDLC .NET Barcode Generation SDK to Generate Dynamic UPC-A
Print UPC-A Barcode in RDLC Using C#.NET Class Library- Features
UPC-A .NET barcode library for RDLC is a robust barcode generation DLL which can be used in C#.NET, Managed C++ and Borland Delphi for .NET. It support UPC-A and UPC-A supplementary 2 or 5 digits add-on generation on client-side local report.
It is easy to generate UPC-A barcodes on local RDLC reports using this generation SDK, UPC-A barcode height, width, resolution, rotation etc. can be adjusted easily via C# .NET and Visual Basic.NET in RDLC reports. Optional C# source code is provided to document report on source code level.
Support Linear/Matrix Barcode Types for RDLC in C#
It is easy to generate dynamic and accurate linear and matrix barcode images according to barcode specifications. .NET developers could easily modify barcode parameters related to data, image and size using C#.NET sample codes.

Support Project Types:

All assemblies provided by Aspper.com are 100% managed code created in C#, strong named and managed. .NET RDLC barcode Controls are mature, easy-to-use automation components with detailed step-by-step instruction on how to create UPC-A in RDLC reports.

.NET Technology:

RDLC .NET barcode generator provided by Aspper.com could be used as .NET control and be dragged and dropped from toolbox to reports. It is easy to take users input for UPC-A barcode generation in Visual Studio using C#.NET class library.
How to Generate UPC-A in RDLC Using C#.NET Class Library
Download Aspper.Barcode download trial package for RDLC and unzip it on developer’s computer. Start Visual Studio, and choose C# when you create new RDLC report project.

Build RDLC Report in Visual Studio using C#.NET language

  1. Create WebForm: Start Visual Studio and choose C#.NET as selected language, create an ASP.NET web form project using C#.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 C#.NET codes: Using C#.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.