Skip to main content

Customize the Report Appearance

  • 3 minutes to read

This tutorial demonstrates how to customize the appearance settings of a report and its elements, create global report styles and alternate data records using odd and even styles.

report-server-report-appearance-result

Change Appearance Properties

A report and each of its elements (bands and controls) have a complete set of appearance options (such as Background Color, Borders, Font, Foreground Color, Text Alignment, etc.). These properties are not specified by default, meaning that their real values are obtained from a control’s (or band’s) parent, which is the report itself.

A report’s font settings are distributed to all its child elements. Similarly, the appearance of a band is translated to the controls it contains.

report-server-report-appearance-settings

You can adjust the control appearance independently from its parent.

report-server-control-appearance-settings

You can also change the appearance settings for multiple controls simultaneously. Select the required controls while holding down the CTRL key and change their Text Alignment option.

report-server-multiselect-text-alignment

Click the Advanced Options button for a required option in the Properties panel and click Reset if you need to reset a value assigned to a control’s appearance. As a result, the corresponding properties of the control’s parent determine its appearance.

report-server-reset-appearance-settings

Create Report Styles

You can create global styles in a report, and assign them to individual elements.

Go to the Report Explorer, select the Styles node and click the plus button to add a new style.

report-server-report-explorer-add-style

Select the created style and click the Properties button.

report-server-report-explorer-style-properties

This switches to the Properties panel, where you can adjust the required appearance (for instance, change the Foreground Color).

report-server-style-properties

Drag a style from the Report Explorer onto a report control to apply this style.

report-server-apply-report-style

Alternatively, select a report control and use the Properties panel. Invoke the drop-down list for the Style property and choose an existing report style.

report-server-control-style-properties

Specify the Style Priority

A style defines the same appearance properties as a control’s (or band’s) appearance properties. When you assign both styles and individual appearance settings to an element, you can decide which of the properties to use.

A style’s appearance property has a higher priority than an element’s appearance property by default. The Advanced Options button for this appearance property is highlighted in blue. Click this button and select Style Priority to assign a higher priority to an element’s appearance property. This highlights the Advanced Options button in white.

report-server-style-priority

Use Odd and Even Styles

To assign different style settings to alternating table rows in the detail report, do the following:

  1. Select a table in the Detail band of the detail report and expand the Styles category in the Properties panel. Invoke the drop-down list for the Even Style property and click Create a New Style.

    report-server-create-new-even-style

  2. Expand the Even Style option and adjust the required options of the newly created style (for example, specify the Background Color).

    report-server-even-style-settings

  3. If necessary, perform the same steps to create and assign an odd style.

View the Result

Click the Preview report-server-web-preview-button toolbar button to see the result.

report-server-report-appearance-result

See Also