ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / GetOwner Method / GetOwner(DataSource) Method
A DataSource for getting owner for.

In This Topic
    GetOwner(DataSource) Method
    In This Topic
    Gets the owner of the specified DataSource.
    Syntax
    'Declaration
     
    Overloads Function GetOwner( _
       ByVal dataSource As DataSource _
    ) As ItemOwners
    ItemOwners GetOwner( 
       DataSource dataSource
    )

    Parameters

    dataSource
    A DataSource for getting owner for.

    Return Value

    An ItemOwners value indicating the owner of the specified data source.
    See Also