# C1.Report.SubreportField.Subreport

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_SubreportField_Subreport_" data-uid="C1.Report.SubreportField.Subreport*">Subreport Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_SubreportField_Subreport_" data-uid="C1.Report.SubreportField.Subreport*"></a>
<h4 id="C1_Report_SubreportField_Subreport" data-uid="C1.Report.SubreportField.Subreport">Subreport</h4>
<div class="markdown level1 summary"><p>Gets or sets a reference to another <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object to be rendered within this <a class="xref" href="C1.Report.SubreportField.html">SubreportField</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;SubreportField.Subreport&quot;, &quot;Specifies another C1FlexReport object to be rendered within this field.&quot;)]
public FlexReport Subreport { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;SubreportField.Subreport&quot;, &quot;Specifies another C1FlexReport object to be rendered within this field.&quot;)&gt;
Public Property Subreport As FlexReport</code></pre>
</div>
</div>
