ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetOwner Method / GetOwner(ReportParameter) Method
A ReportParameter for getting owner for.

In This Topic
    GetOwner(ReportParameter) Method
    In This Topic
    Gets the owner of the specified ReportParameter.
    Syntax
    'Declaration
     
    Public Overloads Function GetOwner( _
       ByVal reportParameter As ReportParameter _
    ) As ItemOwners
    public ItemOwners GetOwner( 
       ReportParameter reportParameter
    )

    Parameters

    reportParameter
    A ReportParameter for getting owner for.

    Return Value

    An ItemOwners value indicating the owner of the specified report parameter.
    See Also