ActiveReports Developer 7
Group Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Options Namespace > Code49Options Class : Group Property

Glossary Item Box

Gets or sets group numbers.

Syntax

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

Remarks

This property can be used to specify how many portions of the barcode to create when it is split. This property is active only when the Grouping property is set to True. 0 through 8 are valid values which can be set. When invalid group numbers are set, the BarCodeDataException is thrown.

See Also