# GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetMasterContent

## Content

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



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



<a id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetMasterContent_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetMasterContent*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetMasterContent_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.MasterContentService.GetMasterContent(System.String)">GetMasterContent(string)</h4>
<div class="markdown level1 summary"><p>Gets the content for the specified item/property that was inferred from the master report.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ICollection GetMasterContent(string itemName)</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">itemName</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 item or property.</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="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> of content items inferred from the master report.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.GetMasterContent.html#GrapeCity_ActiveReports_PageReportModel_IMasterContentService_GetMasterContent_System_String_">IMasterContentService.GetMasterContent(string)</a></div>
<h5 id="GrapeCity_ActiveReports_PageReportModel_MasterContentService_GetMasterContent_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Currently assumes the collection being requested is directly off of the report.</p>
</div>
</div>
