ActiveReports Developer 7
DataMatrix Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Barcode Class : DataMatrix Property

Glossary Item Box

DataMatrix options include EccMode, Ecc200SymbolSize, Ecc200EncodingMode, Ecc000_140SymbolSize, StructuredAppend, StructureNumber, and FileIdentifier. Select from supplied values, or enter a number for the StructureNumber and FileIdentifier.

Syntax

Visual Basic (Declaration) 
Public Property DataMatrix As DataMatrixOptions
C# 
public DataMatrixOptions DataMatrix {get; set;}

See Also