ce7aaeebaf1b72c70623a38b236db930111dd77c
FAQ/Formatting/How-do-I-control-the-alignment-of-text-fields-or-justification-in-report-output.md
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | |
| 7 | 7 | The justification or alignment can be controlled through the Izenda Reports settings.aspx page (v5.4 and up) by setting the "Show Justification" setting on the "Features" tab. The justification of certain headers and titles will then be customizable in the report designer. Justification controls are clickable boxes that cycle through the three options (R, M, L). |
| 8 | 8 | |
| 9 | -##Controlling Alignment Through C\# |
|
| 9 | +##Controlling Alignment Through Code |
|
| 10 | 10 | |
| 11 | 11 | The justification or alignment can also be set in your C# code using the following line in your ConfigureSettings() method. |
| 12 | 12 |