e6e5f0f25be9b0a886a6dbebf796b7367c38d509
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 |