- Mature and advanced Intelligent Mail barcode generator for Crystal Reports in .NET
- Completely written in C# .NET 2005
- Generating and printing Intelligent Mail barcodes in VB.NET, C#.NET, Managed C++ and Borland Delphi for .NET
- Easily create/insert high-quality Intelligent Mail and other linear and 2D barcodes in Visual Studio .NET, like Identcode in Crystal Reports, Leitcode in Crystal Reports, Planet in Crystal Reports, Postnet Crystal Reports, QR Code, etc.
- Support generating and creating Intelligent Mail barcode images in various formats, including Png, Jpg, Tiff, Bmp, and Gif.
- Various Intelligent Mail properties adjustable like size, color, rotation, etc.
- Automatically printand draw Intelligent Mail barcodes compatible with ISO/IEC specifications with proper barcode size
creating barcodes in crystal reports,
usb barcode scanner c# sample code,
ean 128 parser c#,
rdlc qr code,
qr code generator c# library,
barcode generator in c# windows application codeproject
KeepAutomation Crystal Reports Intelligent Mail Barcode Generator is a mature and flexible barcode generator which enables you to efficiently create high-quality Intelligent Mail barcode images in Crystal Reports in .NET 2.0, 3.0, 3.5 and later versions.
free barcode generator in asp.net c#,
vb.net barcode library dll,
barcode generator dll c#,
how to generate barcode in crystal report c#,
how to install barcode in excel,
barcode generator c# open source
Quick Jump: | Overview | Features | How to Generate
In addition, KeepAutomation provides tutorials with demo code to print Intelligent Mail in Crystal Reports with C#.NET, VB.NET.
How to generate Intelligent Mail images in Crystal Reports in ASP.NET with C#.NET programming
How to create Intelligent Mail images in Crystal Reports in ASP.NET with VB.NET programming
How to print Intelligent Mail images in Crystal Reports in Winforms with C#.NET programming
How to draw Intelligent Mail images in Crystal Reports in Winforms with VB.NET programming
EAN-8 Barcode Generator for Crystal Reports - Overview
KeepAutomation Intelligent Mail Barcode Generator for Crystal Reports allows easy generating & drawing Intelligent Mail and other linear & matrix barcodes in Crystal Reports in .NET applications.
In addition, you can easily adjust Intelligent Mail barcode properties through just a few codes. It's okay if you leave it in default, for KeepAutomation will create Intelligent Mail barcodes compatible with ISO/IEC specification, with proper size to make it scannable and printable.
KeepAutomation also provides Intelligent Mail generator for Office and more:
Intelligent Mail Barcode Add-In for Microsoft Excel - creating Intelligent Mail in Excel documents
Intelligent Mail Barcode Add-In for Microsoft Word - creating Intelligent Mail in MS Word documents
Intelligent Mail Barcode Generator for ASP.NET - generating Intelligent Mail in ASP.NET web applications
Intelligent Mail Barcode Generator for WinForms - generating Intelligent Mail in .NET Windows Forms
Intelligent Mail Barcode Generator for C# - printing Intelligent Mail using C sharp .NET
Intelligent Mail Barcode Generator for Crystal Reports - Features
- 100% written in C#.NET 2005, supporting .NET 2.0, 3.0, 3.5 and later versions
- Easy to print scannable Intelligent Mail barcode images in no time
- Create and draw Intelligent Mail barcodes in image files as well as in memory
- Easy to print Intelligent Mail barcode images in no time
- Compatible with Intelligent Mail USPS specifications
- Checksum digits automatically calculated and added
- Simple to customize Intelligent Mail barcode settings like size, rotation, color and more
How to Generate Intelligent Mail Barcode in Crystal Reports in .NET
Download:
Download the KeepAutomation Intelligent Mail Barcode Generator for Crystal Reports and unzip.
Preparation:
- Open the unzipped package file, in the dataset "BarcodeDemoData.mdb" you will find a table "Customer", with three columns inside: "ID", "CustomerId", "CustomerName".
- There is a CustomerDataSet.xsd file for "BarcodeDemoData.mdb", which defines all above three columns in Customer table, also define one extra column named "Barcode", with data type "xs:base64Binary".
Intelligent Mail Barcode Generation Demo:
- Create a new .NET project with "Crystal Reports Application" as template. Name the project as "CrystalReportsBarcode"
- Create a new report "Using the Report Wizard", and choose "Standard", and click "OK" button.
- In "Data" form, expand "Create New Connection", and expand "ADO.NET".
- In "Connection" form, select the "CustomerDataSet.xsd" in your downloaded sample dataset package. Then click "Finish" button.
- In "Data" form, and add table "Customer". Then click "Next".
- In "Fields" form, add all three columns in the table "Customer". Click "Finish".
- In CrystalReport1.rpt, add field "Barcode" to the report Section 3 (Details)
- In your .NET project solution explorer, add "KeepAutomation.Barcode.WinForms.dll" to your project reference.
- Open your Form1.cs in Design view, double click the form, enter Form1.cs.
- Copy the following code into the method Form1_Load
- Run the report and you will see an Intelligent Mail barcode generated in your Crystal Reports.