ActiveReports 12
Group Property (Code49Options)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Options Namespace > Code49Options Class : Group Property
Gets or sets group numbers.
Syntax
'Declaration
 
Public Property Group As Integer
public 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

Reference

Code49Options Class
Code49Options Members