ActiveReports Developer 7
GridMode Enumeration
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : GridMode Enumeration

Glossary Item Box

Specifies the type of the grid to draw in the designer surface.

Syntax

Visual Basic (Declaration) 
Public Enum GridMode 
   Inherits System.Enum
C# 
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