# GrapeCity.ActiveReports.Rdl.MasterMerge.UnmergeCombinedReport

## Content

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



<h1 id="GrapeCity_ActiveReports_Rdl_MasterMerge_UnmergeCombinedReport_" data-uid="GrapeCity.ActiveReports.Rdl.MasterMerge.UnmergeCombinedReport*">UnmergeCombinedReport Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rdl_MasterMerge_UnmergeCombinedReport_" data-uid="GrapeCity.ActiveReports.Rdl.MasterMerge.UnmergeCombinedReport*"></a>
<h4 id="GrapeCity_ActiveReports_Rdl_MasterMerge_UnmergeCombinedReport_GrapeCity_ActiveReports_PageReportModel_Report_GrapeCity_ActiveReports_PageReportModel_IMasterContentService_" data-uid="GrapeCity.ActiveReports.Rdl.MasterMerge.UnmergeCombinedReport(GrapeCity.ActiveReports.PageReportModel.Report,GrapeCity.ActiveReports.PageReportModel.IMasterContentService)">UnmergeCombinedReport(Report, IMasterContentService)</h4>
<div class="markdown level1 summary"><p>Unmerges a combined master-child <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Report.html">Report</a> object and strips out only the relevant information for the child <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Report.html">Report</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Report UnmergeCombinedReport(Report combinedReport, IMasterContentService contentService)</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.Report.html">Report</a></td>
      <td><span class="parametername">combinedReport</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Report.html">Report</a> object containing the combined master and child content.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.html">IMasterContentService</a></td>
      <td><span class="parametername">contentService</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IMasterContentService.html">IMasterContentService</a> object used to help identify what content belongs to the master and child.</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.Report.html">Report</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Report.html">Report</a> object containing only the stripped out content belonging to the child report.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
