ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / GetOwner Method / GetOwner(CodeClass) Method

In This Topic
    GetOwner(CodeClass) Method
    In This Topic
    returns the owner for the specified CodeClass
    Syntax
    'Declaration
     
    Overloads Function GetOwner( _
       ByVal codeClass As CodeClass _
    ) As ItemOwners
    ItemOwners GetOwner( 
       CodeClass codeClass
    )

    Parameters

    codeClass
    See Also