.NET Barcode Generation SDK
for RDLC Reports in VB.NET
.NET Barcode Generator for RDLC
Barcode RDLC Report > Barcode in RDLC Report > Data Matrix
2D Barcode in RDLC Report
Data Matrix in VB.NET
PDF417 in VB.NET
Related Products
RDLC Data Matrix VB.NET Barcode Generation Library
Data Matrix Barcode Generating in RDLC Using VB.NET Codes- Features
Data Matrix RDLC .NET barcode generation SDK for VB.NET is designed to add barcoding features in client local reports using VB.NET codes. Data Matrix generated are accurate and fully based on ISO/IEC 16022:2006. Free evaluation control is provided.
This barcode generator supports Data Matrix creation using VB.NET programming integrated with ASP.NET and Winforms applications. The RDLC report solution will be treated as class in Visual Studio 2005 and 2008. C# source code is provided in purchased version to document reports in source code level.
Support Linear/Matrix Barcode Types for RDLC in VB.NET Code
This barcode generation SDK provided by Aspper.com is entirely developed in VB.NET 2005 with strong named assemblies. It is designed for barcode project automation in RDLC local reports, most popular barcode types are supported:

Support Project Types:

Aspper.com provides robust and comprehensive barcode generator to add Data Matrix in RDLC reports. This RDLC report will be treated as class in Visual Studio and be integrated with WebForm and WinForms application.

.NET Technology:

Aspper.com offers robust barcode generator to automate Data Matrix barcode generation on Report Definition Language Client-Side report. It could be used as an integrated control in Microsoft SQL Server 2005 and 2008.
How to Generate Data Matrix 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 to 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 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. 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 Data Matrix barcode images will be displayed on the web page.