ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IOrientedPageView Interface / Orientation Property

In This Topic
    Orientation Property (IOrientedPageView)
    In This Topic
    Gets orientation of the report page.
    Syntax
    'Declaration
     
    ReadOnly Property Orientation As Nullable(Of Orientation)
    Nullable<Orientation> Orientation {get;}
    See Also