ActiveReports 8
Column Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Options Namespace > PDF417Options Class : Column Property

Glossary Item Box

Gets or sets column numbers for the barcode.

Syntax

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

Remarks

Values for this property normally range from 1 to 30. The default value is -1 which specifies row numbers to be automatically determined.

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