MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / GetOwner Method / GetOwner(IDataSet) Method
An IDataSet for getting owner for.

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

Parameters

dataSet
An IDataSet for getting owner for.

Return Value

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