Enables the user to insert many different barcode types into a report.
Remarks
MxReports provides the ability to embed barcodes into reports. BarCode control can be simply added to a report, by choosing one of the most popular barcode and then print this report or export it to PDF document.
Note: Only one-dimensional barcode types are provided by the current version of MxReports.
BarCode types available are
- Code 11 (USD-8)
- Code 39 (USD-3)
- Code 39 Extended
- Code 93
- Code 128
- EAN 8
- EAN 13
- EAN 128 (UCC)
- Industrial 2 of 5
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI Plessey
- PostNet
- UPC-A
- UPC-E0
- UPC-E1
- UPC Supplemental 2
- UPC Supplemental 5
To add BarCode to a report
- In Solution Explorer open the desired MxReport component by double clicking it.
- Open Toolbox window and expand DX:Reports.vX.X section.
- Select XRBarCode control and drag it to the desired band.
- In property Symbology select the desired type of the bar code.
To learn more about the control, how to implement it and use it see Developer Express documentation.