ActiveReports 8
Grouping Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace > Code49Options Class : Grouping Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property Grouping As System.Boolean
C# 
public System.bool Grouping {get; set;}

Property 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also