ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPageSettings Interface / Landscape Property

In This Topic
    Landscape Property (IPageSettings)
    In This Topic
    Gets or sets a value indicating whether the page is printed in landscape or portrait orientation.
    Syntax
    'Declaration
     
    Property Landscape As Boolean
    bool Landscape {get; set;}

    Property Value

    true if the page should be printed in landscape orientation; otherwise, false. The default is determined by the printer.
    See Also