.NET Barcode Generation SDK
for RDLC Reports in C#.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > Data Matrix
2D Barcode in RDLC Report
Data Matrix in C#
PDF417 in C#
QR Code in C#
Data Matrix RDLC .NET Barcode Generation SDK/Library
Generate Data Matrix Barcode in RDLC Using C#.NET Class Library - Features
RDLC .NET barcode library for Data Matrix helps you to generate and print Data Matrix based on ISO/IEC 16022:2006 using C#.NET class library. Aspper.com provides lightweight free trial package and barcode generation DLL for RDLC provided for development.
This barcode generation control will stay embedded as a DLL once installed. It support drag-and-drop implementation and could be added as item on Toolbox in Visual Studio. Free trial package is available to be downloaded with C#.NET code sample.
Support Linear/Matrix Barcode Types for RDLC in C#.NET Code
.NET users are entitled to create linear and 2D barcodes using C#.NET class library using this barcode generation SDK. Barcode type is easy to select in the parameter setting panel. Details for barcode generation please refer to:

Support Project Types:

.NET users are able to integrate .NET applications includes ASP.NET application and Windows Forms applications with RDLC local reports. It is easy to generate and print Data Matrix in client-side local reports using C#.NET codes.

.NET Technology:

It is possible to generate dynamic Data Matrix barcodes in a Report Definition Language Client-side/RDLC Report file using .NET barcode control/SDK provided by Aspper.com. C# source code is provided to document reports at source code level.
How to Generate Data Matrix 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# to 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
  2. web form project using C#.NET programming; (Or winforms application if necessary);
  3. Add reference: find the downloaded rdlc generation SDK package and add it as reference of the RDLC project;
  4. Add class: Move to the "Solution Explorer" then right-click the web application to add a class;
  5. Input C#.NET codes: Using C#.NET sample codes in the created class "APP_Code/Class1.cs" to generate barcodes;

How to Generate Data Matrix 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. Create barcode column: Create a new "Barcode" column and drag and drop an Image item to it;
  7. View Report: Then move to "Solution Explorer", click "Default.aspx" and "View Designer" menu;
  8. Drag-and-drop: Drag "View Designer" to the report, and then choose created report "Report1.rdlc".
  9. Preview the RDLC report: Run the report, generated Data Matrix barcode images will be displayed on the web page.