ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PageSetup Class / Orientation Property

In This Topic
    Orientation Property (PageSetup)
    In This Topic
    Gets or sets whether pages are printed in landscape or portrait orientation.
    Syntax
    'Declaration
     
    Public Property Orientation As PagePrintOrientation
    public PagePrintOrientation Orientation {get; set;}

    Property Value

    A PagePrintOrientation value, representing the printing orientation.
    Remarks
    Possible values are listed in PagePrintOrientation
    See Also