6bac1f21d2e716f3f4dd0e6db18f325f860e3480
API/CodeSamples/AdHocUserKey.md
| ... | ... | @@ -49,7 +49,7 @@ Public Class CustomAdHocConfig |
| 49 | 49 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE" |
| 50 | 50 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE" |
| 51 | 51 | Izenda.AdHoc.AdHocSettings.AdHocConfig = New CustomAdHocConfig() |
| 52 | - HttpContext.Current.Session("ReortingInitialized") = True |
|
| 52 | + HttpContext.Current.Session("ReportingInitialized") = True |
|
| 53 | 53 | End Sub |
| 54 | 54 | |
| 55 | 55 | 'Add custom settings below |