Back to Devexpress

Report Visual Styles

eud-eud-for-devexpress-reports-reporting-for-web-report-designer-customize-appearance-report-visual-styles.md

latest2.1 KB
Original Source

Report Visual Styles

  • Feb 09, 2026
  • 2 minutes to read

This topic describes how to combine appearance properties into styles and apply them to report elements.

Create a Report Style

Use the following approaches to create a visual style in your report:

  • Use the Properties Panel

  • Use the Report Explorer

Assign a Style to a Report Element

Drag a report style from the Report Explorer onto a report control. This assigns the style to the report element’s Style property.

Assign Odd and Even Styles

You can use the Odd Style and Even Style properties to apply different styles to alternating rows in a report.

Customize a Style

Select a style and click the Properties button in the Report Explorer.

This opens the Properties panel where you can adjust the settings of the selected style. All the report elements apply the updated style immediately.

Style Inheritance

Nested elements inherit their parent element’s style if they do not have an applied style.

Override Styles

You can specify a different value for a report element’s appearance property to override the corresponding property value in the report element’s style.

Note

If you apply conditional formatting, its appearance property values have a higher priority than both the individually specified properties and the style’s properties.