68071113a7ace6416fe8c212a8666661ceb4c1b2
API/CodeSamples/ShowJoinAliasTextboxes.md
| ... | ... | @@ -51,7 +51,7 @@ Public Class CustomAdHocConfig |
| 51 | 51 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE" |
| 52 | 52 | Izenda.AdHoc.AdHocSettings.AdHocConfig = New CustomAdHocConfig() |
| 53 | 53 | |
| 54 | - AdHocSettings.ShowJoinAliasTextboxes = false // Disable join alias text boxes. By default, this is set to false. |
|
| 54 | + AdHocSettings.ShowJoinAliasTextboxes = false 'Disable join alias text boxes. By default, this is set to false. |
|
| 55 | 55 | |
| 56 | 56 | HttpContext.Current.Session("ReportingInitialized") = True |
| 57 | 57 | End Sub |