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

Glossary Item Box

Gets or sets the color of the right border.

Syntax

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

Property Value

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

See Also