ActiveReports 12
BorderDrawingStyle Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : BorderDrawingStyle Enumeration
Specifies the style of the border on a report item.
Syntax
'Declaration
 
Public Enum BorderDrawingStyle 
   Inherits System.Enum
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

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace