# C1.Win.FlexReport.C1FlexReport.InternalRenderSubreport

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_C1FlexReport_InternalRenderSubreport_" data-uid="C1.Win.FlexReport.C1FlexReport.InternalRenderSubreport*">InternalRenderSubreport Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_C1FlexReport_InternalRenderSubreport_" data-uid="C1.Win.FlexReport.C1FlexReport.InternalRenderSubreport*"></a>
<h4 id="C1_Win_FlexReport_C1FlexReport_InternalRenderSubreport_C1_Document_IExecutionContext_System_String_C1_Report_ReportParameterValues_" data-uid="C1.Win.FlexReport.C1FlexReport.InternalRenderSubreport(C1.Document.IExecutionContext,System.String,C1.Report.ReportParameterValues)">InternalRenderSubreport(IExecutionContext, string, ReportParameterValues)</h4>
<div class="markdown level1 summary"><p>Render as subreport. This method uses following properties:</p>
<ul>
<li>_owner.</li>
</ul>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void InternalRenderSubreport(IExecutionContext context, string filterExpression, ReportParameterValues parameterValues)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub InternalRenderSubreport(context As IExecutionContext, filterExpression As String, parameterValues As ReportParameterValues)</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><span class="xref">IExecutionContext</span></td>
      <td><span class="parametername">context</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">filterExpression</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">ReportParameterValues</span></td>
      <td><span class="parametername">parameterValues</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
