ActiveReports 12
NameType Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : NameType Enumeration
Specifies the type of object the name belongs to.
Syntax
'Declaration
 
Public Enum NameType 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.PageReportModel Namespace