Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BorderStyle Enumeration

In This Topic
    BorderStyle Enumeration
    In This Topic
    Specifies the border style.
    Syntax
    'Declaration
     
    Public Enum BorderStyle 
       Inherits System.Enum
    public enum BorderStyle : System.Enum 
    Members
    MemberDescription
    DashDotDash-dot line. Allowed only within Chart.
    DashDotDotDash-dot-dot line. Allowed only within Chart.
    DashedDashed line.
    DefaultDefault. Treated as Solid within Line and as None elsewhere.
    DottedDotted line.
    DoubleDouble solid line.
    NoneDo not draw a border.
    SolidSolid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.BorderStyle

    See Also