ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputBorderStyle Enumeration

In This Topic
    InputBorderStyle Enumeration
    In This Topic
    Border styles for input fields
    Syntax
    'Declaration
     
    Public Enum InputBorderStyle 
       Inherits System.Enum
    public enum InputBorderStyle : System.Enum 
    Members
    MemberDescription
    DashedDashed border.
    InsetInset, a simulated engraved rectangle that appears to be recessed below the surface of the page.
    NoneNo border.
    SolidSolid border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Document.Section.InputBorderStyle

    See Also