69bf1bf2fff873b098965dbb21d3ffa7c179d64e
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 |
|
| 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 |