ActiveReports 8
GridMode Enumeration
See Also 
GrapeCity.ActiveReports.Design.Win.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also