ActiveReports Developer 7
StructuredAppend Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > DataMatrixOptions Class : StructuredAppend Property

Glossary Item Box

Gets or sets a value indicating whether the current symbol is part of structured append symbols.

Syntax

Visual Basic (Declaration) 
Public Property StructuredAppend As System.Boolean
C# 
public System.bool StructuredAppend {get; set;}

Property Value

true if the current symbol is part of structured append symbols; otherwise, false.

Remarks

Structured append is only supported by ECC200.

See Also