ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / NameType Enumeration

In This Topic
    NameType Enumeration
    In This Topic
    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