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. 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. [[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.
12 12
13 13
```csharp
14 14
protected void OnInit(EventArgs e)