.NET Barcode Generation SDK
for RDLC Reports in C#.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > EAN 128
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 Library/SDK to Generate GS1-128
Create GS1-128 Barcode in RDLC Using C#.NET Class- Features
GS1-128 .NET barcode generation SDK is control designed to be used in RDLC reporting solution for barcode generating and printing using C#.NET codes. Rich barcode property options allow customization of the created GS1-128 and GS1-128 2/5 digits add-on. Free trial evaluation package and C#.NET code sample listing are available.
C#.NET code written using the .NET Framework is managed during runtime. This barcode generation SDK/library fully written in .NET 2.0. Free to download generation SDK and detailed tutorial on how to print barcodes are available.
Support Linear/Matrix Barcode Types for RDLC in C#
It is easy to generate most popular linear and 2D barcodes in RDLC local reports using C#.NET. .NET barcode library/SDK for RDLC allows users to change barcode type easily using C# codes or using property setting panel.

Support Project Types:

RDLC .NET barcode library for C#.NET is a robust and powerful barcode control which supports GS1-128 barcode generation using ASP.NET web application and Winforms desktop applications. It supports .NET templates in Microsoft Visual Studio 2005/2008.

.NET Technology:

This .NET barcode control helps .NET users to create RDLC reporting solution that takes user input by using Visual Studio 2005 and 2008. Generated RDLC reports with barcoding features can run completely on the client-side using Visual Studio ReportViewer control.
How to Print GS1-128/EAN-128 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 GS1-128 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 GS1-128 barcode images will be displayed on the web page.