Run-Time Interaction > ReportViewer Toolbar |
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:
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 |
Save |
Save the current document to the local file system. |
|
|
Prints the current document. |
|
First Page |
Navigates to the first page in the document. |
|
Previous Page |
Navigates to the previous page in the document. |
|
Page |
Navigates to a specific page entered in the text box. |
|
Next Page |
Navigates to the next page in the document. |
|
Last Page |
Navigates to the last page in the document. |
|
Zoom Out |
Zooms out of the document. |
|
Zoom In |
Zooms into the document. |
|
Zoom |
Zooms to the value selected. |
|
Fit Width |
Fits the width of the document to the size of the viewport. |
|
One Page |
Fits the size of the document to the size of the viewport so that an entire page is displayed. |
|
Two Pages |
Displays two pages side-by-side. |
|
Find |
Searches the document for text entered in the box as it is typed. |
|
Find Previous |
Navigates to the previous instance of the searched text. |
|
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 property.