ee3f49a789f53cb572ae057b916721486f51083c
API/CodeSamples/LicenseKey.md
| ... | ... | @@ -38,6 +38,7 @@ Public Class CustomAdHocConfig |
| 38 | 38 | Return |
| 39 | 39 | 'Initialize System |
| 40 | 40 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE" |
| 41 | + AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE" |
|
| 41 | 42 | Izenda.AdHoc.AdHocSettings.AdHocConfig = New CustomAdHocConfig() |
| 42 | 43 | HttpContext.Current.Session("ReortingInitialized") = True |
| 43 | 44 | End Sub |