ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetOwner Method / GetOwner(CodeClass) Method
A CodeClass for getting owner for.

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

    Parameters

    codeClass
    A CodeClass for getting owner for.

    Return Value

    An ItemOwners value indicating the owner of the specified code class.
    See Also