ActiveReports 19 .NET Edition
MESCIUS.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.
    Remarks
    This enumeration specifies the visual representation of the grid in the ActiveReports designer. The grid helps in aligning report controls and can be displayed either as dots or lines, depending on the user's preference.
    Inheritance Hierarchy

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

    See Also