ActiveReports Developer 7
Position Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Position Enumeration

Glossary Item Box

Specifies the position of a data label.

Syntax

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

Members

MemberDescription
AutoIndicates that the data label position is automatically determined.
BottomIndicates that the data label is at the bottom.
BottomLeftIndicates that the data label is at the bottom left.
BottomRightIndicates that the data label is at the bottom right.
CenterIndicates that the data label is at the center.
LeftIndicates that the data label is at the left.
RightIndicates that the data label is at the right.
TopIndicates that the data label is at the top.
TopLeftIndicates that the data label is at the top left.
TopRightIndicates that the data label is at the top right.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.Position

See Also