ComponentOne ReportViewer for ASP.NET Web Forms
Elements / Toolbar
In This Topic
    Toolbar
    In This Topic

    By default, a toolbar appears at the top of the C1ReportViewer control at run time. The toolbar allows users to print, save, navigate through, and change the display of the report at run time. If you do not want the toolbar to appear you can set the ToolBarVisible property to False.

    The toolbar appears similar to the following image:

    C1ReportViewer

    The toolbar includes the following options:

    For more information about using the toolbar at run time, see Run-Time Interaction.

    See Also