d1adbc3ef36c733cec7cf41472f6b2613929e6eb
API/CodeSamples/CategoryCharacter.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 | - AdHocSettings.CategoryCharacter = ':" 'The relevant setting |
|
| 46 | + AdHocSettings.CategoryCharacter = ":" 'The relevant setting |
|
| 47 | 47 | HttpContext.Current.Session("ReportingInitialized") = True |
| 48 | 48 | End Sub |
| 49 | 49 | End Class |