PROBLEM
You created a report with tables, but you want to modify how they look .
You searched the Ribbon toolbar and the Properties of the table but you didn't find quite what you needed.
SOLUTION
Use a combination of HTML and CSS to alter the default display characteristics of report tables.
EXAMPLE
Assume we have the table shown below.

1. Switch to report editing mode.
2. Click the Project Manager column header to highlight the entire column.

3. On the Ribbon, click: Data > Edit.

(Is Edit grayed out and unselectable? Try: Ribbon > Data > Insert > Insert Formula Column and then create a new column whose formula is equal to the old column.)
4. In the Enter Formula field, surround the column's existing value with HTML and CSS. For instance, to change this column's text color to green and size to extra large, enter:
="<span style='color:green; font-size:x-large'>"&Projects Master Data.Project Manager&"</span>"
More about CSS font colors
More about CSS font sizes
5. Notice the change affects all values in the column.
