7c3d3e2d818fcfd77bef5f7b9dc621ecca5ba7ed
FAQ/hide-settings-page-button-or-aspx-page.md
| ... | ... | @@ -1,11 +1,58 @@ |
| 1 | -#Hide Settings Page |
|
| 1 | +#Hiding Buttons and Tabs |
|
| 2 | 2 | |
| 3 | -##The Settings Button |
|
| 3 | +[[_TOC_] |
|
| 4 | 4 | |
| 5 | -If you want to hide the settings page button in the report designer and restrict it to only admin users, you will need to set the property shown below. |
|
| 5 | +##About |
|
| 6 | 6 | |
| 7 | -``Izenda.AdHoc.AdHocSettings.ShowAdminButton = false;`` |
|
| 7 | +Izenda offers various methods of controlling the toolbar buttons and tabs that users will see when they view various pages within the reporting application. Most of these can be controlled through the [[AdHocSettings|/API/AdHocSettings]] class. We recommend you utilize the AdHocSettings class properties whenever possible. |
|
| 8 | 8 | |
| 9 | -##The Settings Page |
|
| 9 | +##Report Viewer Buttons |
|
| 10 | 10 | |
| 11 | -If you want to restrict access to the page itself, _settings.aspx_, you can apply typical aspx page restrictions in the ``OnPageLoad()`` event, such as redirecting if the username or similar variable is not set to the required value. |
|
| ... | ... | \ No newline at end of file |
| 0 | +* The Report List Button |
|
| 1 | +* The Save Save As Button |
|
| 2 | +* The Print HTML and HTML-powered PDF Button |
|
| 3 | +* The Export dropdown |
|
| 4 | +* The Send Report Button |
|
| 5 | +* The Records dropdown |
|
| 6 | +* The Open In Designer Button |
|
| 7 | +* The Settings Button |
|
| 8 | + |
|
| 9 | +##Report Viewer Tabs |
|
| 10 | + |
|
| 11 | +* The FILTERS tab |
|
| 12 | +* The FIELDS tab |
|
| 13 | +* The PIVOTS tab |
|
| 14 | + |
|
| 15 | +##Report Designer Buttons |
|
| 16 | + |
|
| 17 | +* Report List Button |
|
| 18 | +* New Button |
|
| 19 | +* Save Button |
|
| 20 | +* Save As Button |
|
| 21 | +* Print (PDF) Button |
|
| 22 | +* Print (HTML) Button |
|
| 23 | +* Show SQL Button |
|
| 24 | +* CSV Button |
|
| 25 | +* Excel Button |
|
| 26 | +* Word Button |
|
| 27 | +* XML Button |
|
| 28 | +* RTF Button |
|
| 29 | +* E-mail From Client Button |
|
| 30 | +* E-mail From Server Button |
|
| 31 | +* Settings Button |
|
| 32 | +* Results Dropdown |
|
| 33 | +* Help Panel Button |
|
| 34 | + |
|
| 35 | +##Report Designer Tabs |
|
| 36 | + |
|
| 37 | +* Reports Tab |
|
| 38 | +* Data Sources Tab |
|
| 39 | +* Fields Tab |
|
| 40 | +* Summary Tab |
|
| 41 | +* Chart Tab |
|
| 42 | +* Gauge Tab |
|
| 43 | +* Map Tab |
|
| 44 | +* Misc Tab |
|
| 45 | +* Style Tab |
|
| 46 | +* Filters Tab |
|
| 47 | +* Preview Tab |
|
| ... | ... | \ No newline at end of file |