ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TitlePosition Enumeration

In This Topic
    TitlePosition Enumeration
    In This Topic
    Specifies the position of the title. TitlePosition is not used for the chart title.
    Syntax
    'Declaration
     
    Public Enum TitlePosition 
       Inherits System.Enum
    public enum TitlePosition : System.Enum 
    Members
    MemberDescription
    CenterIndicates that the title is centered.
    FarIndicates that the title is aligned further from the chart.
    NearIndicates that the title is aligned near the chart.
    Inheritance Hierarchy

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

    See Also