ActiveReports3 Request technical support
Grouping Property
See Also 


Gets or sets a value indicating whether grouping is set for the barcode.

Syntax

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

Return Value

A Boolean value. If true, a grouped single barcode is created.

Remarks

With grouping, any value not expressed by a single barcode is expressed by splitting it into several barcodes. This property is used in conjunction with the Group property. When the Group property is set to 2, the grouped barcode's second symbol is created.

See Also