ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PageViewOptions Class / HorizontalAlignment Property

In This Topic
    HorizontalAlignment Property (PageViewOptions)
    In This Topic
    Gets or sets the horizontal alignment of the page.
    Syntax
    'Declaration
     
    Public Property HorizontalAlignment As PageHorizontalAlignment
    public PageHorizontalAlignment HorizontalAlignment {get; set;}

    Property Value

    The PageHorizontalAlignment value that specifies the horizontal alignment of the page. Default is PageHorizontalAlignment.Center.
    See Also