ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PageSettings Class / Landscape Property

In This Topic
    Landscape Property
    In This Topic
    Gets or sets a value indicating whether to use landscape orientation. Changing this property swaps height and width of the page.
    Syntax
    'Declaration
     
    Public Property Landscape As System.Boolean
    public System.bool Landscape {get; set;}
    See Also