ActiveReports 8
StructureNumber Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace > DataMatrixOptions Class : StructureNumber Property

Glossary Item Box

Gets or sets the structure number of current symbol within the structuerd append symbols.

Syntax

Visual Basic (Declaration) 
Public Property StructureNumber As System.Integer
C# 
public System.int StructureNumber {get; set;}

Property Value

The structure number of current symbol within the structured append symbols. The structure number starts from 0, and should be less than both the symbol amount and the max symbol count(16).

Remarks

The structure number will only be used when ECC mode is DataMatrixEccMode.ECC200.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also