ActiveReports3 Request technical support
Group Property
See Also 


Obtains or sets group numbers.

Syntax

Visual Basic (Declaration) 
Public Property Group As Integer
Visual Basic (Usage)Copy Code
Dim instance As Code49Options
Dim value As Integer
 
instance.Group = value
 
value = instance.Group
C# 
public int Group {get; set;}

Remarks

This property can be used to specify what number of the barcode is to be created when it is split into several portions. 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