Format Fonts and Background Color of a Textbox in SSRS

In this article, we will show you how to change the Font Style, Font Color, Font Size, Font Family, Font Weight, and Background Color of a Table Textbox in SQL Server Reporting Services with an example.

To explain the available Format options, We are going to use the below-shown report. Please refer to the Table Report article to understand the Shared Data Source and Dataset we used for this SSRS report.

If you observe the below screenshot, It was a regular report with Product Name, Color, Sales Amount, and Tax Amount columns.

Table Report 9

If you observe the above screenshot, it is displaying the correct data but not attractive to impress the end-user.

Format Fonts and Background Color of a Textbox in SSRS

To Format Fonts and Background Color of a Textbox in SSRS Table, Please select the Header Row and go to the Properties as shown in below screenshot

Table Properties Window 1

Format Background Color of a textbox in SSRS

To change the Background color, Goto BackgroundColor Property and select the required color. Here we are selecting CornflowerBlue

Format Background Color of a table textbox 2

Format Font Color of a textbox in SSRS Table

To change the font color, Goto Font Color Property and select the color needed. Here we are leaving the Default Black color

Format Font Color of a SSRS Table textbox 3

Format Font Size of a SSRS textbox Table

To change the Font Size, Goto FontSize Property, and change the font size as per your requirement. Here we are changing it to 12pt

Format Font Size of a Table Textbox 5

Format Textbox Font Style in SSRS Table

To change the Font Style, Goto FontStyle Property, and change the font style as per your requirement (Normal, Italic). Here we are leaving the Default

Format Table Textbox FontStyle 6

Format Textbox Font Family in SSRS Table

To change the Font Family, Goto FontFamily Property, and change the font as per your requirement. Here we are changing the Font of a Header Text and Details Row to Lucida Sans.

Format Table Textbox Font Family 7

Let us preview the formatted report

Format Fonts and Background of a Textbox 8

If you observe the above screenshot, It looks neat and good