ActiveReports 8
BarCodeDirection Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : BarCodeDirection Enumeration

Glossary Item Box

Specifies the print direction of the barcode symbol.

Syntax

Visual Basic (Declaration) 
Public Enum BarCodeDirection 
   Inherits System.Enum
C# 
public enum BarCodeDirection : System.Enum 

Members

MemberDescription
BottomToTop

The barcode symbol is printed bottom to top.

LeftToRightThe barcode symbol is printed left to right (default).
RightToLeftThe barcode symbol is printed right to left.
TopToBottom

The barcode symbol is printed top to bottom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.BarCodeDirection

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

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.Barcode~Direction