ActiveReports Developer 7
NameType Enumeration
See Also 
GrapeCity.ActiveReports.v7 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

See Also