ActiveReports Developer 7
BackgroundColor Property
See Also 
GrapeCity.ActiveReports.v7 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.

See Also