ActiveReports.Document Send comments on this topic.
BorderLineStyle Enumeration
See Also  
ActiveReports.Document Assembly > DataDynamics.ActiveReports Namespace : BorderLineStyle Enumeration

Specifies the line style used to draw the border line.

Syntax

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

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.BorderLineStyle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also