ActiveReports Developer 7
Default Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > BorderColor Class : Default Property

Glossary Item Box

Gets or sets the color of the border (unless overridden for a specific side).

Syntax

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

Property Value

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

Remarks

The default value is Black.

See Also