How to Generate Barcodes in RDLC Client Report in .NET using C#/VB.NET

Generate, print linear and 2D barcodes with C# and VB.NET using Barcode Generation DLL for RDLC local report
Products
Tutorial
Demo now
License & Price
2D Barcode for RDLC
1D Barcode for RDLC
Barcode RDLC > Barcode in RDLC
Barcode Control DLL for Crystal Reports Using VB.NET/C# - Benefits
More Than 20 Barcodes Supported
20+ linear and 2D barcodes are built into a single dll encoded in Barcode Generator for RDLC.
  • Linear Barcodes: Code 39, Code 93, Code 128, EAN-13, EAN-8, UPC-A, UPC-E, GS1-128, Codabar, ISBN, ISSN, Interleaved 2 of 5, IFT-14, Postal barcodes, etc
  • 2D Barcodes: PDF-417, QR Code, Data Matrix, etc
Supported .NET Technology
Barcode Generator for RDLC reports is a dynamical DLL that completely developed in C#, and compatible with VB.NET, Managed C++, etc. Barcode Encoder DLL supports generating barcodes in local report RDLC in client-side both in Windows application and ASP.NET.
Easy Barcoding in RDLC local Report
Checksum digit for linear barcodes can be calculated automatically and added on the symbol in accordance with your needs with Barcode Generation SDK for RDLC Local Reports. Automatically add "Auto" data mode for 2D barcodes for easy and quick generation and encodation. The generated barcodes comply with latest ISO/IEC, GS1 specifications to valid image output.
Barcode Setting Validity
Barcode Control DLL for RDLC automatically validates the value to encode. Besides, users are easy to customize every aspect of barcode including image formats (Gif, Tiff, Bmp, Png, Jpeg, etc), size (X dimension, Ydimension, barcode width, barcode height), rotation (0, 90, 180, 270 degree), color (background color, foreground color, font color), resolution in dpi (default is 96, can be adjusted for special printers), etc.
Barcode Library DLL for RDLC Reports Using VB.NET/C# - Trial Package Overview
Barcode Generation DLL for Local Report RDLC trial package includes:
Terrek.Barcode.DotNet.dll and Terrek.Barcode.AspNet.dll
RDLC barcode encoder includes all barcode features and functions in a single dll for easy and quick generation of RDLC barcodes and customization of its barcode image appearance in both WinForms and WebForms.
DeveloperGuide.html
A complete exclusive developer guide of how to generate barcodes in RDLC in ASP.NET and Windows Application using C# or VB.NET has provided.
Barcode Generation DLL for RDLC - Compatibility and Installation
Barcode Generator DLL for RDLC Compatibility
  • C#.NET and VB.NET
  • Visual Studio 2005/2008/2010
  • Managed C++
  • Borland Delphi for .NET
  • .NET Framework 2.0, 3.0, 3.5 and 4.0
  • Visual Studio 2005/2008/2010 ReportViewer Local Reports (RDLC)
Barcode Library SDK for RDLC Report Installation
Barcode Control DLL for RDLC - Barcode Integration
Generate Barcodes in RDLC reports in Windows Application Using C#/VB.NET
  • Open Visual Studio and create a new Windows Forms project naming "RDLC Barcode Demo"
  • Choose the Language type, Visual Basic or Visual C#. Select the Report Application, click OK
  • Add a new "DataSet" to the project and name it "AdventureWork.xsd"
  • Choose Dataset as the Database Model. Create a new connection via click on the New Connection button
  • Keep "Use SQL statements" to access the database and input "SELECT ProductID, Name FROM Production.vProductAndDescription WHERE (CultureID = N'en')" as SQL statements
  • Create a new column by Right click "vProductAndDescription" in the data table and name it "Barcode"
  • Create a new report and name it BarcodeReport.rdlc
  • Drag and drop a "Table" onto the report, fill in the table with details and drag an image to the last column which names "Barcode"
  • Switch to "properties" window, set image item property "MIMEType" to "image/jpeg", "Source" to "Database" and "Value" to "=Fields!Barcode.Value"
  • Now Create/Open a WinForms application at design time and drag & drop a ReportViewer control onto it
  • Add "Terrek.Barcode.DotNet.dll " to .NET project reference from the "Solution Explorer"
  • Copy the sample VB.NET or sample C# code accordingly in the trial packages
Add Barcodes in RDLC reports in ASP.NET Using C#/VB.NET:
  • Open Visual Studio and create a new Web Forms project naming "RDLC Barcode Demo"
  • Choose the Language type, Visual Basic or Visual C#. Select the Report Application, click OK
  • Add a new "DataSet" to the project and name it "AdventureWork.xsd"
  • Choose Dataset as the Database Model. Create a new connection via click on the New Connection button
  • Keep "Use SQL statements" to access the database and input "SELECT ProductID, Name FROM Production.vProductAndDescription WHERE (CultureID = N'en')" as SQL statements
  • Create a new column by Right click "vProductAndDescription" in the data table and name it "Barcode"
  • Create a new report and name it BarcodeReport.rdlc
  • Drag and drop a "Table" onto the report, fill in the table with details and drag an image to the last column which names "Barcode"
  • Switch to "properties" window, set image item property "MIMEType" to "image/jpeg", "Source" to "Database" and "Value" to "=Fields!Barcode.Value"
  • Now Create/Open an ASP.NET WebForm at design time and drag & drop a ReportViewer control onto it
  • Add "Terrek.Barcode.AspNet.dll " to .NET project reference from the "Solution Explorer"
  • Copy the sample VB.NET or sample C# code accordingly in the trial packages