Lesson 3: Adding a New Column
You can add a column to the table to display the name of the sales person.
To add a column to a table data region in a report
Click the table so that column and row handles appear above and next to the table.
On the first column (Order Date), right-click on the handle and then click Insert Column to the Left.
Click on the second cell in the new column and type the following expression. The second cell should be in the new group row that was added in previous steps.
=Fields!FirstName.Value & " " & Fields!LastName.Value
Click on the first cell in the first column and type Sales Person. This is the label for the column in the table header.
Next Steps
You have successfully inserted a new column that displays the name of the sales person. Next, you will add a sort order to list sales data by the order date. See Lesson 4: Sorting the Detail Data.
See Also
Concepts
Tutorial: Adding Grouping, Sorting, and Formatting to a Basic Report