# ReportViewer Toolbar

## Content



At run time, users can use the toolbar to manipulate the document displayed in the content area. The toolbar appears similar to the following image by default:

![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_7.png)

Note that some items in the toolbar are not active or visible by default. For example, the **Previous Page** button is not active when on the first page of the document. The following options are included in the toolbar:

|   **Image**   |   **Name**   |   **Description**   |
| --- | --- | --- |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_8.png)   |   Save   |   Save the current document to the local file system.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_9.png)   |   Print   |   Prints the current document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_10.png)   |   First Page   |   Navigates to the first page in the document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_11.png)   |   Previous Page   |   Navigates to the previous page in the document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_12.png)   |   Page   |   Navigates to a specific page entered in the text box.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_13.png)   |   Next Page   |   Navigates to the next page in the document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_14.png)   |   Last Page   |   Navigates to the last page in the document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_15.png)   |   Zoom Out   |   Zooms out of the document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_16.png)   |   Zoom In   |   Zooms into the document.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_17.png)   |   Zoom   |   Zooms to the value selected.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_18.png)   |   Fit Width   |   Fits the width of the document to the size of the viewport.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_19.png)   |   One Page   |   Fits the size of the document to the size of the viewport so that an entire page is displayed.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_20.png)   |   Two Pages   |   Displays two pages side-by-side.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_21.png)   |   Find   |   Searches the document for text entered in the box as it is typed.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_22.png)   |   Find Previous   |   Navigates to the previous instance of the searched text.   |
|   ![](https://cdn.mescius.io/document-site-files/images/3fd48234-00af-4f48-bc8e-c47a6fc263dd/imagesext/image11_23.png)   |   Find Next   |   Navigates to the next instance of the searched text.   |

Each of the toolbar interactions can be also be performed programmatically so that you can easily replace the built-in toolbar with your own custom toolbar. If you choose to create a custom toolbar, you can hide the built-in toolbar using the [ToolbarVisibility](/componentone/api/wpf/online-reportviewer/dotnet-framework-api/C1.WPF.ReportViewer.4.6.2/C1.WPF.ReportViewer.C1ReportViewer.ToolbarVisibility.html) property.