52e82e3f67cd6e0b92dcb334e25efc0113969f82
API/CodeSamples/ShowJoinAliasTextboxes.md
| ... | ... | @@ -79,8 +79,9 @@ Using Join Alias Textbox, user can distinguish the joined tables more clearly |
| 79 | 79 |  |
| 80 | 80 | |
| 81 | 81 | |
| 82 | -## How to hardcode 'join ali |
|
| 83 | -Below is a sample code that shows how to hardcode aliasing specific table names. |
|
| 82 | +## How to hardcode 'join alias' |
|
| 83 | + |
|
| 84 | +Below is a sample code that shows how to hardcode aliasing specific table names. In this sample, Aliased table names will appear in FIELDS tab once the report is saved. |
|
| 84 | 85 | |
| 85 | 86 | ```csharp |
| 86 | 87 | public class CustomAdHocConfig : FileSystemAdHocConfig { |