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

Glossary Item Box

Gets the style of the border.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BorderStyle As BorderStyle
C# 
public BorderStyle BorderStyle {get;}

Property Value

A BorderStyle object representing the border style.

See Also