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

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

    Parameters

    dataSetName
    field
    See Also