ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Position Enumeration

In This Topic
    Position Enumeration
    In This Topic
    Specifies the position of a data label.
    Syntax
    'Declaration
     
    Public Enum Position 
       Inherits System.Enum
    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