ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / PagedView Property

In This Topic
    PagedView Property
    In This Topic
    Specifies whether the viewer must show document pages individually (with scrollbars covering the current page only) or continuously (with scrollbars covering the whole document).
    Syntax
    'Declaration
     
    Public Property PagedView As System.Boolean
    public System.bool PagedView {get; set;}
    See Also