ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemOwners Enumeration

In This Topic
    ItemOwners Enumeration
    In This Topic
    Specifies the report component owner when master report is defined for child report.
    Syntax
    'Declaration
     
    Public Enum ItemOwners 
       Inherits System.Enum
    public enum ItemOwners : System.Enum 
    Members
    MemberDescription
    ChildItem was contributed by the child report.
    MasterItem was inferred from the master report.
    NoneUnknow/not applicable.
    Inheritance Hierarchy

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

    See Also