The Visual Studio Properties Window is docked by default on the right side of the screen and is as shown (as with most Visual Studio windows, it can be redocked, hidden, or float):
By highlighting various report elements (individual cells, rows, columns, and others), we can choose which set of properties we want to access, those of the whole Report, of the Body, of the Tablix, or of individual textboxes. Once we have chosen the set of properties, we can access those properties in one of two ways. The obvious way is through the window that opens up when we choose which control properties to display. The following ...