8863b1f6e0b5a1a9298922e39e44cbe48e0dec30
FAQ/ConfigureSettings.md
| ... | ... | @@ -2,6 +2,8 @@ |
| 2 | 2 | |
| 3 | 3 | This method controls global settings. These settings will remain set for all users and reports. Any settings placed inside will override the settings.aspx page settings. This method should be overridden in your global.asax file provided the global.asax main class also inherits the DatabaseAdHocConfig or FileSystemAdHocConfig interfaces. |
| 4 | 4 | |
| 5 | +_**Obsolete:** This method is no longer recommended to use, as it has been succeeded by [[InitializeReporting|/FAQ/InitializeReporting]] in Izenda 6.7._ |
|
| 6 | + |
|
| 5 | 7 | ##C♯ |
| 6 | 8 | |
| 7 | 9 | ```csharp |