ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / GridMode Enumeration

In This Topic
    GridMode Enumeration
    In This Topic
    Specifies the type of the grid to draw in the designer surface.
    Syntax
    'Declaration
     
    Public Enum GridMode 
       Inherits System.Enum
    public enum GridMode : System.Enum 
    Members
    MemberDescription
    Dots Specifies the dots grid type. 
    LinesSpecifies the lines grid type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.GridMode

    See Also