ActiveReports Developer 7
BorderLineStyle Enumeration
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports Namespace : BorderLineStyle Enumeration

Glossary Item Box

Specifies the line style used to draw the border line.

Syntax

Visual Basic (Declaration) 
Public Enum BorderLineStyle 
   Inherits System.Enum
C# 
public enum BorderLineStyle : System.Enum 

Members

MemberDescription
DashDashed one pixel line.
DashDotDash dot one pixel line.
DashDotDotDash dot dot one pixel line.
DotDotted one pixel line.
DoubleDouble line.
ExtraThickSolidExtra thick solid line.
NoneNo line.
SolidSolid one pixel line.
ThickDashThick dash line.
ThickDashDotThick dash dot line.
ThickDashDotDotThick dash dot dot line.
ThickDotThick dotted line.
ThickDoubleThick double line.
ThickSolidThick solid line.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.BorderLineStyle

See Also