ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / PaperOrientation Property

In This Topic
    PaperOrientation Property (PageBase)
    In This Topic
    Gets the paper orientation of the report page.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property PaperOrientation As PaperOrientation
    public virtual PaperOrientation PaperOrientation {get;}

    Property Value

    A PaperOrientation value indicating whether the paper orientation is landscape or portrait.
    See Also