ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetOwner Method / GetOwner(IComponent) Method
A System.ComponentModel.IComponent object representing the report component.

In This Topic
    GetOwner(IComponent) Method
    In This Topic
    Gets the owner of the specified report component.
    Syntax
    'Declaration
     
    Public Overloads Function GetOwner( _
       ByVal reportComponent As IComponent _
    ) As ItemOwners
    public ItemOwners GetOwner( 
       IComponent reportComponent
    )

    Parameters

    reportComponent
    A System.ComponentModel.IComponent object representing the report component.

    Return Value

    An ItemOwners value indicating the owner of the report component.
    See Also