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

Glossary Item Box

Gets or sets the file identifier of a related group of structured append symbols.

Syntax

Visual Basic (Declaration) 
Public Property FileIdentifier As System.Byte
C# 
public System.byte FileIdentifier {get; set;}

Property Value

The file identifier.

Remarks

The valid file indentifier value should be within [1,254], set file identifier to 0 lets the file identifier of the symbols calculated automatically.

See Also