# GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*">GetOwner Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_System_ComponentModel_IComponent_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(System.ComponentModel.IComponent)">GetOwner(IComponent)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified report component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(IComponent reportComponent)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></td>
      <td><span class="parametername">reportComponent</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a> object representing the report component.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the report component.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_ComponentModel_IComponent_">IMasterContentService.GetOwner(IComponent)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_CodeClass_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.CodeClass)">GetOwner(CodeClass)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CodeClass.html">CodeClass</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(CodeClass codeClass)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CodeClass.html">CodeClass</a></td>
      <td><span class="parametername">codeClass</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CodeClass.html">CodeClass</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified code class.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_CodeClass_">IMasterContentService.GetOwner(CodeClass)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_ReportParameter_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.ReportParameter)">GetOwner(ReportParameter)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportParameter.html">ReportParameter</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(ReportParameter reportParameter)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportParameter.html">ReportParameter</a></td>
      <td><span class="parametername">reportParameter</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportParameter.html">ReportParameter</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified report parameter.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_ReportParameter_">IMasterContentService.GetOwner(ReportParameter)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedImage_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.EmbeddedImage)">GetOwner(EmbeddedImage)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedImage.html">EmbeddedImage</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(EmbeddedImage embeddedImage)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedImage.html">EmbeddedImage</a></td>
      <td><span class="parametername">embeddedImage</span></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedImage.html">EmbeddedImage</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified embedded image.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedImage_">IMasterContentService.GetOwner(EmbeddedImage)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_DataSource_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.DataSource)">GetOwner(DataSource)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataSource.html">DataSource</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(DataSource dataSource)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataSource.html">DataSource</a></td>
      <td><span class="parametername">dataSource</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataSource.html">DataSource</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified data source.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_DataSource_">IMasterContentService.GetOwner(DataSource)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_IDataSet_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.IDataSet)">GetOwner(IDataSet)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IDataSet.html">IDataSet</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(IDataSet dataSet)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IDataSet.html">IDataSet</a></td>
      <td><span class="parametername">dataSet</span></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IDataSet.html">IDataSet</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified data set.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_IDataSet_">IMasterContentService.GetOwner(IDataSet)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedStyleSheet_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet)">GetOwner(EmbeddedStyleSheet)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet.html">EmbeddedStyleSheet</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(EmbeddedStyleSheet embeddedStyleSheet)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet.html">EmbeddedStyleSheet</a></td>
      <td><span class="parametername">embeddedStyleSheet</span></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet.html">EmbeddedStyleSheet</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified embedded style sheet.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedStyleSheet_">IMasterContentService.GetOwner(EmbeddedStyleSheet)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Field_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(System.String,GrapeCity.ActiveReports.PageReportModel.Field)">GetOwner(string, Field)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Field.html">Field</a> belonging to the specified data set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(string dataSetName, Field field)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataSetName</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the name of the data set.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Field.html">Field</a></td>
      <td><span class="parametername">field</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Field.html">Field</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified field.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Field_">IMasterContentService.GetOwner(string, Field)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Filter_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(System.String,GrapeCity.ActiveReports.PageReportModel.Filter)">GetOwner(string, Filter)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Filter.html">Filter</a> belonging to the specified data set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(string dataSetName, Filter filter)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dataSetName</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the name of the data set.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Filter.html">Filter</a></td>
      <td><span class="parametername">filter</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Filter.html">Filter</a> for getting owner for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified filter.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Filter_">IMasterContentService.GetOwner(string, Filter)</a></div>


<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetOwner_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetOwner(System.String,System.String,System.String)">GetOwner(string, string, string)</h4>
<div class="markdown level1 summary"><p>Gets the owner of the resource using the specified culture.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ItemOwners GetOwner(string culture, string resourceName, string resourceValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">culture</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the culture of the resource.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">resourceName</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the name of the resource.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">resourceValue</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the value of the resource.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a></td>
      <td><p>An <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ItemOwners.html">ItemOwners</a> value indicating the owner of the specified resource.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_System_String_System_String_">IMasterContentService.GetOwner(string, string, string)</a></div>
</div>
