|
You maybe interested: |
Barcode |
|
Micro PDF-417 Barcode SDK for RDLC Report Integration & Developer Guide to generate Micro PDF-417 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 Create Micro PDF-417 barcode images for RDLC Report with Barcode Generator Component
- Easy-to-use Micro PDF-417 Barcode Generator Control for .NET RDLC Report project.
- Completely developed in C# code with strong named, digitally signed.
- Support 1D & 2D barcodes generation: EAN-13, Code39, UPC-E, Identcode, QR Code, Data Matrix, etc.
- Micro PDF-417 generated by this product is compatible with ISO / IEC barcode specification.
- Implemented Micro PDF417 barcode images are of high quality.
- Automatically calculate and add checksum digit for Micro PDF-417 barcode image.
- Provide flexible, perpetual, royalty-free developer license with source code option.
Introduction of Micro PDF-417 RDLC Barcode Generator Control  Top
OnBarcode.com RDLC Micro PDF-417 Barcode Generator supports inserting Micro PDF-417 barcode images in RDLC report. It is allowed to directly make adjustments for the added barcode images within C#, VB.NET Class.
Apart from Micro PDF-417 Barcode Component for RDLC, we also designed other Barcode Generation SDK for RDLC that is able to insert multiple 1d and 2d barcodes in .NET Visual Studio.
- Linear Barcodes on RDLC Report: Code 39, Code 93, GS1 128, 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 PDF-417 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.
Detailed information about barcode generation is provided on onbarcode.com, 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 |