ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / PaperOrientation Property

In This Topic
    PaperOrientation Property (Report)
    In This Topic
    Gets or sets an orientation of the report pages for printing.
    Syntax
    'Declaration
     
    Public Property PaperOrientation As PaperOrientation
    public PaperOrientation PaperOrientation {get; set;}

    Property Value

    A PaperOrientation value indicating the page orientation.
    See Also