API/CodeSamples/ShowSettingsButton.md
... ...
@@ -6,6 +6,8 @@
6 6
7 7
Gets or sets the value enabling the Settings button on the Izenda Reports toolbar. The settings button launches the settings page, which allows for a GUI-oriented interface for modifying various common settings. However, we highly recommend using the ``InitializeReporting()`` method to perform your initialization.
8 8
9
+_**Note:** This setting replaced [[ShowAdminButton|/API/CodeSamples/ShowAdminButton]] and should be used instead.
10
+
9 11
##Global.asax (C♯)
10 12
11 13
```csharp