Share via


CrystalReportViewer Control Themes

In ASP.NET version 2.0, Themes are a new tool for providing a common look and feel to all visual controls on a page (or across your Web Site).

At the page level, to manage the look and feel of visual controls, you set the Theme property of a visual control to the name of a theme. The theme is applied to all visual controls on the page.

Note

For more information on how to set and customize Themes in ASP.NET 2.0, see the .NET Framework version 2.0 documentation.

The CrystalReportViewer control is compatible with ASP.NET 2.0 Themes. Any changes that you make to a Theme are extended to the CrystalReportViewer control and all other visual controls on the page.

Note

The look and feel of each CrystalReportViewer control can also be customized with a Cascading Style Sheet (CSS). For more information, see Cascading Style Sheets for Customizing the CrystalReportViewer Control.