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

Glossary Item Box

Specifies the style of the border on a report item.

Syntax

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

Members

MemberDescription
DashDotIndicates a DashDot border line.
DashDotDotIndicates a DashDotDot border line.
DashedIndicates a dashed border line.
DottedIndicates a dotted border line.
DoubleIndicates a double border line.
GrooveIndicates a grooved border line.
InsetIndicates an inset border line.
NoneIndicates no border line.
OutsetIndicates an outset border line.
RidgeIndicates a ridged border line.
SolidIndicates a solid border line.
WindowInsetIndicates a Windows-style inset border line.

Inheritance Hierarchy

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

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