ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BorderDrawingStyle2008 Enumeration

In This Topic
    BorderDrawingStyle2008 Enumeration
    In This Topic
    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