ActiveReports 12
Bottom Property (BorderStyle)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > BorderStyle Class : Bottom Property

Gets or sets the style of the bottom border.

Syntax
'Declaration
 
Public Property Bottom As ExpressionInfo
public ExpressionInfo Bottom {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 control.
Dotted A dotted line is drawn around the report control.
Dashed A dashed line is drawn around the report control.
Solid A solid line is drawn around the report control.
Double A double line is drawn around the report control.
Groove A grooved line is drawn around the report control.
Ridge A ridged line is drawn around the report control.
Inset An inset line is drawn around the report control.
WindowInset A Windows-style inset line is drawn around the report control.
Outset An outset line is drawn around the report control.
See Also

Reference

BorderStyle Class
BorderStyle Members