ActiveReports 12
BorderDrawingStyle2008 Enumeration

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

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace