This topic gives a short description of the Data Matrix (ECC200)
symbology (code type), and describes how to add this barcode to a report. For
general information on using barcodes in XtraReports, see Barcodes Overview.
Short Description
Data Matrix code (ISO/IEC 16022 international standard) is a
two-dimensional matrix barcode consisting of black and white "cells" arranged in
a rectangular pattern. The information to be encoded can be text or raw data.
Every Data Matrix is composed of two solid adjacent borders in an "L" shape
(called the "finder pattern"), and two other borders consisting of alternating
dark and light cells or modules (called the "timing pattern"). Within these
borders are rows and columns of cells that encode information. The finder
pattern is used to locate and orient the symbol, while the timing pattern
provides a count of the number of rows and columns in the symbol.
Barcode's Properties
The following properties should be set to specify a particular barcode of the
Data Matrix (ECC200) type.
XRBarCode.AutoModule
- specifies whether or not the XRBarCode.Module
property value should be calculated automatically based upon the barcode's size.