ActiveReports3 Request technical support
ConnectionNumber Property
See Also 


Gets or sets the connection number for the barcode.

Syntax

Visual Basic (Declaration) 
Public Property ConnectionNumber As Integer
Visual Basic (Usage)Copy Code
Dim instance As QRCodeOptions
Dim value As Integer
 
instance.ConnectionNumber = value
 
value = instance.ConnectionNumber
C# 
public 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.

See Also