ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetOwner Method / GetOwner(String,Field) Method
A System.String value indicating the name of the data set.
A Field for getting owner for.

In This Topic
    GetOwner(String,Field) Method
    In This Topic
    Gets the owner of the specified Field belonging to the specified data set.
    Syntax
    'Declaration
     
    Public Overloads Function GetOwner( _
       ByVal dataSetName As String, _
       ByVal field As Field _
    ) As ItemOwners
    public ItemOwners GetOwner( 
       string dataSetName,
       Field field
    )

    Parameters

    dataSetName
    A System.String value indicating the name of the data set.
    field
    A Field for getting owner for.

    Return Value

    An ItemOwners value indicating the owner of the specified field.
    See Also