ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Barcode Class / DataMatrix Property

In This Topic
    DataMatrix Property
    In This Topic
    DataMatrix options include EccMode, Ecc200SymbolSize, Ecc200EncodingMode, Ecc000_140SymbolSize, StructuredAppend, StructureNumber, FileIdentifier, and Encoding. Select from supplied values, or enter a number for the StructureNumber and FileIdentifier.
    Syntax
    'Declaration
     
    Public Property DataMatrix As GrapeCity.ActiveReports.BarCodes.DataMatrixOptions
    public GrapeCity.ActiveReports.BarCodes.DataMatrixOptions DataMatrix {get; set;}
    See Also