ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / PagesBackColor Property

In This Topic
PagesBackColor Property (Viewer)
In This Topic
Gets or sets the background color of the pages within the viewer.
Syntax
'Declaration
 
Public Property PagesBackColor As Color
 

Property Value

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

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.

See Also