ActiveReports 8
BorderDrawingStyle2008 Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : BorderDrawingStyle2008 Enumeration

Glossary Item Box

Specifies the style of the border on a report item.

Syntax

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

Members

MemberDescription
DashDotIndicates a grooved border line.
DashDotDotIndicates a DashDotDot border line.
DashedIndicates a dashed border line.
DottedIndicates a dotted border line.
DoubleIndicates a double border line.
NoneIndicates no border line.
SolidIndicates a solid border line.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.BorderDrawingStyle2008

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also