ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / 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
     
    Public Overloads Function GetOwner( _
       ByVal dataSource As DataSource _
    ) As ItemOwners
    public 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