Micro QR Code Barcode SDK for RDLC Report
Integration & Developer Guide to generate Micro QR Code
in RDLC report with high quality
"The service support was prompt. All of my questions were replied in details within 24 hours. Job well done!"
- Lyle Aiken, UK
Using Barcode Generator SDK to insert Micro QR Code images for RDLC Report in Visual Studio
- Be able to integrate with commonly-used Windows Systems and Visual Studio.
- Simply implement dynamic Micro QR Code barcodes into .NET Framework.
- Using C#, VB.NET to create and customize Micro QR Code in .NET Visual Studio.
- Generate high quality Micro QR Code barcode images for RDLC report.
- Save high quality barcode images in GIF, GIFF, PNG, JPEG & BITMAP.
- Available to reset the inserted barcodes with resolution, size, color and other features.
- Royalty free with the purchase of flexible and perpetual developer license.
Introduction of Micro QR Code RDLC Barcode Generator Control
Top
Micro QR Code Barcode Generator DLL for RDLC is one of our advanced barcode solutions that are designed for implementers to create Micro QR Code images in .NET Visual Studio for RDLC report.
This barcode generator is easy and quick for Micro QR Code generation.
In addition to Micro QR Code, our
Barcode Generation SDK for RDLC is also used to generate more than 30 kinds of barcodes including linear and matrix barcode images.
- Linear Barcodes on RDLC Report: Code 39, EAN-8, Code 93, GS1 128, UPC-E, Interleaved 2 of 5, Identcode, ISBN, ISSN, RM4SCC, etc.
- 2D Barcodes on RDLC Report: including QR Code, Data Matrix, PDF-417, Micro QR Code, Micro PDF-417.
How to Create Micro QR Code Barcode Using RDLC Barcode SDK
Top
- Create a new .NET Windows Application project named "RDLCBarcodeDemo" and DataSet "AdventureWorks.xsd".
- In toolbox, drag and drop "TableAdapter" to your created DataSet.
- Create a new connection or use existing connection to SQL Server AdventureWorks Sample Database.
- "Use SQL statements" as the way TableAdapter access the database.
- "SELECT ProductID, Name FROM Production.vProductAndDescription WHERE (CultureID = N'en')" as SQL statements. Then, click "Finish" button.
- Create a new column in the DataTable named "Barcode" by right clicking "vProductAndDescription" on the DataSet.
- Change new column "Barcode" data type to "System.Byte[]". The type value is not available to select, you need manually input.
- Save DataSet "AdventureWorks.xsd" and create a new Report named "Report1.rdlc".
- In Report Items from Toolbar, insert a Table to the report.
- Add 3 columns in DataSet "AdventureWorks.xsd" to the report table details section. And then, drag an Image item to the last column "Barcode".
- Set image item property "MIMEType" to "image/jpeg", "Source" to "Database", "Value" to "=Fields!Barcode.Value". And save the report.
- Open your Windows Form, and insert a Report Viewer control on the form. And choose your created report "Report1.rdlc".
- Add "OnBarcode.Barcode.winforms.dll" to .NET project reference from the "Solution Explorer".
- Edit your C#.NET code into the method Form1_Load and run the Windows application.
To get barcode generation detailed tutorial, please refer to:
Developer Guide for Barcode Generation in .NET RDLC Reports.
RDLC Report Barcode Generator Supporting Barcode Types
Top
Barcode Control for RDLC Local Report - Barcode Image Generation