ActiveReports 8
NameType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : NameType Enumeration

Glossary Item Box

Specifies the type of object the name belongs to.

Syntax

Visual Basic (Declaration) 
Public Enum NameType 
   Inherits System.Enum
C# 
public enum NameType : System.Enum 

Members

MemberDescription
ControlThe name belongs to a control.
DataRegionThe name belongs to a DataRegion.
DataSetThe name belongs to a DataSet.
GroupingThe name belongs to a Grouping.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.NameType

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