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