ActiveReports Developer 7
Top Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > BorderStyle Class : Top Property

Glossary Item Box

Gets or sets the style of the top border.

Syntax

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

Property Value

An ExpressionInfo object that evaluates to a BorderStyle enumeration. Valid values are listed in the table below.
BorderStyle Description
None No border line is drawn around the report item.
Dotted A dotted line is drawn around the report item.
Dashed A dashed line is drawn around the report item.
Solid A solid line is drawn around the report item.
Double A double line is drawn around the report item.
Groove A grooved line is drawn around the report item.
Ridge A ridged line is drawn around the report item.
Inset An inset line is drawn around the report item.
WindowInset A Windows-style inset line is drawn around the report item.
Outset An outset line is drawn around the report item.

See Also