b9e9653fc4b0a8b348b02c7ec2b14ea30c1ba87c
FAQ/GetOperatorList.md
| ... | ... | @@ -21,7 +21,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig |
| 21 | 21 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE"; |
| 22 | 22 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE"; |
| 23 | 23 | Izenda.AdHoc.AdHocSettings.AdHocConfig = new CustomAdHocConfig(); |
| 24 | - AdHocSettings.RelevantSetting = ; //The relevant setting |
|
| 24 | + AdHocSettings.GetOperatorList = ; //The relevant setting |
|
| 25 | 25 | HttpContext.Current.Session["ReportingInitialized"] = true; |
| 26 | 26 | } |
| 27 | 27 | } |