ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PageHorizontalAlignment Enumeration

In This Topic
    PageHorizontalAlignment Enumeration
    In This Topic
    Page horizontal alignment.
    Syntax
    'Declaration
     
    Public Enum PageHorizontalAlignment 
       Inherits System.Enum
    public enum PageHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterForces page to be centered in the viewer.
    LeftForces page to align to the left side of the viewer.
    RightForces page to align to the right side of the viewer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.PageHorizontalAlignment

    See Also