Mature, Easy-to-use .NET RDLC Barcode Generator Library for QR Code
Professional RDLC Reports .NET Barcode Generator for QR Code 2D barcode
Written in C# with integration into .NET 2.0, 3.0, 3.5, and 4.0 version
Supporting Visual Studio 2005 / 2008 / 2010 ReportViewer Local Reports (RDLC)
Generate multiple QR Code barcodes in RDLC Report with data from database
Print QR Code 2D barcodes in Report RDLC in Jpg, Png, Gif and Bmp image formats
Create QR Codes images and adjust barcode settings easily with C# and VB.NET
Perpetually royalty-free developer license available for purchase
RDLC Local Report QR Code Barcode Introduction
QR-Code is a widely used 2D symbology developed by Denso Wave. It is also known as Quick Response Code, Denso Barcode, QRCode, JIS X 0510, ISO/IEC 18004.
Compatibility: All the QR Code barcode images created with BarcodeLib Barcode for RDLC Report control are definitely compatible with ISO/IEC 18004 (Second Edition 2006-09-01) bar code symbology specification.
public Merchant() { m_products = new List<SampleClass>(); m_products.Add(new SampleClass("code128", 25, "code128")); m_products.Add(new SampleClass("code39", 30, "code39")); m_products.Add(new SampleClass("qrcode", 15, "qrcode")); }
public List<SampleClass> GetProducts() { return m_products; } }
3. Add a new Report to the web form.
Add a new report (Report), named "RDLCReports.rdlc" to the project.
In Report Items from Toolbox, insert a "Table" to the report.
In "Website Data Sour...", add "Name" and "Price" to first two columns of the report table details section. Name the last column "Barcode".
In "Toolbox", drag an "Image" item to the last column "Barcode".
Set image properties "MIMEType" to "image/jpeg", "Source" to "Database", and "Value" to "=Fields!Barcode.Value". Save the report.
4. Add a Report Viewer to the web form.
In "Solution Explorer", right-click "Default.aspx", and select "View Designer".
In "Toolbox", add "ReportViewer" to the web form project, with the default setting unchanged. view image
In "ReportViewer Tasks" window, choose your created report "RDLCReports.rdlc". view image
5. Resize the "ReportViewer", and run the project.
How to Generate QR Code barcode in RDLC Reports for .NET WinForms
BarcodeLib RDLC Barcode Genrator also supports creating QR Codes in .NET WinForms, please follow the detailed developer guide below for barcode printing: