33770769e48a994e0b5bb05857883924517249d5
API/CodeSamples/LicenseKey.md
| ... | ... | @@ -42,7 +42,7 @@ Public Class CustomAdHocConfig |
| 42 | 42 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE" |
| 43 | 43 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE" |
| 44 | 44 | Izenda.AdHoc.AdHocSettings.AdHocConfig = New CustomAdHocConfig() |
| 45 | - HttpContext.Current.Session("ReortingInitialized") = True |
|
| 45 | + HttpContext.Current.Session("ReportingInitialized") = True |
|
| 46 | 46 | End Sub |
| 47 | 47 | |
| 48 | 48 | End Class |