b36dc47a78e0bab1901f37d8e673f958d7f7b95d
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/CodeSamples/AdHocSettings]] class. You will find all of the Report Designer's toolbar buttons there. 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. You will find all of the Report Designer's toolbar buttons there. Here is the code to do so on the Report Designer page. |
|
| 12 | 12 | |
| 13 | 13 | ```csharp |
| 14 | 14 | protected void OnInit(EventArgs e) |