ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetOwner Method / GetOwner(String,String,String) Method
A System.String value indicating the culture of the resource.
A System.String value indicating the name of the resource.
A System.String value indicating the value of the resource.

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

    Parameters

    culture
    A System.String value indicating the culture of the resource.
    resourceName
    A System.String value indicating the name of the resource.
    resourceValue
    A System.String value indicating the value of the resource.

    Return Value

    An ItemOwners value indicating the owner of the specified resource.
    See Also