ComponentOne ReportViewer for ASP.NET Web Forms
Run-Time Interaction / Changing Report Flow
In This Topic
    Changing Report Flow
    In This Topic

    At run time, users can easily change the flow of a report by clicking the Continuous view button on the toolbar:

    C1ReportViewer

    The Continuous view button changes the way a report is displayed. When selected, the PagedView property is set to False and users can scroll from page to page. When the PagedView property is set to True (default) users must page through the document instead.

    See Also