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

In This Topic
    GetOwner(String,String,String) Method
    In This Topic
    returns the owner of the resource for the specified cuture.
    Syntax
    'Declaration
     
    Overloads Function GetOwner( _
       ByVal culture As String, _
       ByVal resourceName As String, _
       ByVal resourceValue As String _
    ) As ItemOwners
    ItemOwners GetOwner( 
       string culture,
       string resourceName,
       string resourceValue
    )

    Parameters

    culture
    resourceName
    resourceValue
    See Also