ActiveReports 8
ConnectionNumber Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace > QRCodeOptions Class : ConnectionNumber Property

Glossary Item Box

Gets or sets the connection number for the barcode.

Syntax

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

Remarks

Use this property with the Connection property. Values between 0 and 15 are valid and can be set. When the ConnectionNumber property's value is invalid, the BarCodeData Exception is thrown.

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