[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.PagesBackColor

PagesBackColor Property

PagesBackColor

Gets or sets the background color of the pages within the viewer.

Declaration
public Color PagesBackColor { get; set; }
Property Value
Type Description
Color

A Color that represents the background color of the pages. The default value is null, which indicates that the default background color is used.

Remarks
<p>

This property allows you to change the background color of the pages displayed in the viewer. Setting this property can enhance the readability of the report or match the application's theme.

The background color is applied to the pages themselves and does not affect the viewer's overall background. If the value is set to null, the viewer reverts to using the default background color.

Note that changing the background color does not modify the report's content or its original background settings. It only affects the display within the viewer.