Troubleshooting: Table Margins and Alignment
Problem: You are entering a value for a table margin, but the table does not change.
Solution: You most likely have hard-coded sizes for cells in the table that prevent it from resizing. In the Project window, right click the table > Edit All Cells > Cell Width. Select Automatic, click OK, and then adjust the table margins.
Problem: One or more columns are not aligned correctly.
Solution: Check the value of the variables in the Variables window. Some types of variables, including those populated by a database query and Text to XML, might have trailing spaces, which can cause this type of problem. The solution is to add Right Trim functions on the variables.