ActiveReports 8
BackgroundColor Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : BackgroundColor Property

Glossary Item Box

Gets or sets the color of the background.

Syntax

Visual Basic (Declaration) 
Public Property BackgroundColor As ExpressionInfo
C# 
public ExpressionInfo BackgroundColor {get; set;}

Property Value

An ExpressionInfo object that evaluates to the color of the background.

Remarks

If a value for this property is omitted, the background is transparent.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also