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

In This Topic
    GetOwner(IDataSet) Method
    In This Topic
    returns the owner for the specified DataSet
    Syntax
    'Declaration
     
    Overloads Function GetOwner( _
       ByVal dataSet As IDataSet _
    ) As ItemOwners
    ItemOwners GetOwner( 
       IDataSet dataSet
    )

    Parameters

    dataSet
    See Also