# GrapeCity.ActiveReports.PageReportModel.IMasterContentService

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService" class="text-break">IMasterContentService Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an auxiliary interface for determining report and report item ownership.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMasterContentService</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_IsMaster" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.IsMaster">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.IsMaster.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_IsMaster">IsMaster</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current report is a master report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_MasterReport" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.MasterReport">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.MasterReport.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_MasterReport">MasterReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the master report, if any.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetCode_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetCode(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetCode.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetCode_System_String_">GetCode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the child and master report code based on the provided combined code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetMasterContent_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetMasterContent(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetMasterContent.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetMasterContent_System_String_">GetMasterContent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content for the specified item/property that was inferred from the master report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_CodeClass_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.CodeClass)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_CodeClass_">GetOwner(CodeClass)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CodeClass.html">CodeClass</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_DataSource_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.DataSource)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_DataSource_">GetOwner(DataSource)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.DataSource.html">DataSource</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedImage_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.EmbeddedImage)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedImage_">GetOwner(EmbeddedImage)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedImage.html">EmbeddedImage</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedStyleSheet_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_EmbeddedStyleSheet_">GetOwner(EmbeddedStyleSheet)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.EmbeddedStyleSheet.html">EmbeddedStyleSheet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_IDataSet_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.IDataSet)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_IDataSet_">GetOwner(IDataSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IDataSet.html">IDataSet</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_ReportParameter_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(GrapeCity.ActiveReports.PageReportModel.ReportParameter)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_GrapeCity_ActiveReports_PageReportModel_ReportParameter_">GetOwner(ReportParameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ReportParameter.html">ReportParameter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_ComponentModel_IComponent_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(System.ComponentModel.IComponent)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_ComponentModel_IComponent_">GetOwner(IComponent)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the specified report component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Field_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(System.String,GrapeCity.ActiveReports.PageReportModel.Field)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Field_">GetOwner(string, Field)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Filter_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(System.String,GrapeCity.ActiveReports.PageReportModel.Filter)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_GrapeCity_ActiveReports_PageReportModel_Filter_">GetOwner(string, Filter)</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetOwner.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetOwner_System_String_System_String_System_String_">GetOwner(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of the resource using the specified culture.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_IsUpdatedReportProperty_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.IsUpdatedReportProperty(System.String,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.IsUpdatedReportProperty.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_IsUpdatedReportProperty_System_String_System_Object_">IsUpdatedReportProperty(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the report property value has been changed from the master.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_IMasterContentService_UpdateReports_GrapeCity_ActiveReports_PageReportModel_Report_GrapeCity_ActiveReports_PageReportModel_Report_" data-uid="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.UpdateReports(GrapeCity.ActiveReports.PageReportModel.Report,GrapeCity.ActiveReports.PageReportModel.Report)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.UpdateReports.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_UpdateReports_GrapeCity_ActiveReports_PageReportModel_Report_GrapeCity_ActiveReports_PageReportModel_Report_">UpdateReports(Report, Report)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the service with a new master and combined report.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
