ca32d8c61bca133aa0650746318cec0ecc503655
API/CodeSamples/ReportDesigner.md
| ... | ... | @@ -8,7 +8,7 @@ Here we will provide helpful code samples that can be used to control the Report |
| 8 | 8 | |
| 9 | 9 | ##Toggling toolbar buttons |
| 10 | 10 | |
| 11 | -Although Izenda does offer a method of toggling toolbar buttons via our AdHocSettings class, some users may find it more beneficial to refer to the toolbar menu items directly in the context of the Report Designer page. However, we recommend that this be done through the [[AdHocSettings|/API/AdHocSettings]] class. [[Here is a list of all the settings|http://wiki.izenda.us/FAQ/Hiding-Buttons-and-Tabs#Report-Designer-Buttons]]. Here is the code to do so on the Report Designer page. |
|
| 11 | +Although Izenda does offer a method of toggling toolbar buttons via our AdHocSettings class, some users may find it more beneficial to refer to the toolbar menu items directly in the context of the Report Designer page. However, we recommend that this be done through the [[AdHocSettings|/API/AdHocSettings]] class. [[Here is a list of all the settings|http://wiki.izenda.us/FAQ/Hiding-Buttons-and-Tabs#Report-Designer-Buttons]]. And below is page level code that can be used to perform the same operations. |
|
| 12 | 12 | |
| 13 | 13 | ```csharp |
| 14 | 14 | protected void OnInit(EventArgs e) |