MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PageHorizontalAlignment Enumeration

PageHorizontalAlignment Enumeration
Specifies a page horizontal alignment options.
Syntax
'Declaration
 
Public Enum PageHorizontalAlignment 
   Inherits 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