Introduction
We have created a report with the Report Wizard, you can modify it with the Report Designer. If you have used any sort of visual report design tool in the past then you should have no problem making changes or ensuring you already read my previous article "Create a Simple Report Using the Report Wizard – SSRS".
Steps
To modify the report that you just created, use the following procedure:
- Click the "Design" tab to make the report editable.

- In the Report Data window, right-click on "DataSet1" and select "Dataset Properties".

- In the Dataset Properties window, click the "Query Designer" button.
- Select a Descending sort type for the "User_Full Name" column and click "OK".

- Click "OK".
- Click in the TextBox at the top of the report, where the report name is displayed.
- Click a second time in the TextBox to put it in edit mode and change the value of this control to Employee Name by Desc.
![Name by Desc]()
- Click on the header for the "User_Id" column.
- Place the cursor between the columns selectors and drag the cursor to the right to widen the table columns.
- Place the cursor between the column selectors above the User_Id Number and User_FullName columns to display a double-headed arrow. Hold down the mouse button and drag the cursor to the right to widen the "User_FullName" column.
![Name Column]()
- Save the Report.
- Click on the "Preview" tab to view the modified report
Conclusion
We don't need to worry if a business person wants to change their report. Now we do have a solution to change the report and make it look great.