ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / Landscape Property

In This Topic
    Landscape Property (SystemPrinter)
    In This Topic
    Determines whether or not the report will be landscaped for printing.
    Syntax
    'Declaration
     
    Public Property Landscape As Boolean
    public bool Landscape {get; set;}

    Property Value

    Boolean value. True, if the report will be landscaped; otherwise, false.
    See Also