782926387db1f02f23ac098c8c3d3aa4fdc3c392
Guides/Toolbar-Buttons.md
| ... | ... | @@ -1,6 +1,8 @@ |
| 1 | +#Toolbar Buttons |
|
| 2 | + |
|
| 1 | 3 | [[_TOC_]] |
| 2 | 4 | |
| 3 | -#Report Viewer |
|
| 5 | +##Report Viewer Buttons |
|
| 4 | 6 | |
| 5 | 7 | All buttons in the Report Viewer are implemented in pure HTML. They all can be manipulated from Resources/html/ReportViewer-Body.ascx. To completely disable any button, simply remove it from the ascx file. If you wish to conditionally suppress a button, you can write conditional logic in your ascx to hide it based on your own custom logic. |
| 6 | 8 |