MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / 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
 
Overloads Function GetOwner( _
   ByVal dataSetName As String, _
   ByVal field As Field _
) As ItemOwners
 

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