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