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