# C1.Report.Section.Repeat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Section_Repeat_" data-uid="C1.Report.Section.Repeat*">Repeat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Section_Repeat_" data-uid="C1.Report.Section.Repeat*"></a>
<h4 id="C1_Report_Section_Repeat" data-uid="C1.Report.Section.Repeat">Repeat</h4>
<div class="markdown level1 summary"><p>For group header, group footer and report footer sections only,
gets or sets a value indicating whether the current section should be repeated
at the top or bottom of each page. The default is <b>false</b>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;Section.Repeat&quot;, &quot;Determines whether the section is repeated at the top or bottom of each page (for GroupHeader, GroupFooter and ReportFooter sections only).&quot;)]
public bool Repeat { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;Section.Repeat&quot;, &quot;Determines whether the section is repeated at the top or bottom of each page (for GroupHeader, GroupFooter and ReportFooter sections only).&quot;)&gt;
Public Property Repeat As Boolean</code></pre>
</div>
<h5 id="C1_Report_Section_Repeat_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property only applies to group header and group footer sections.</p>
<p>Set this value to true to repeat the group header page at the top of every page, before the detail sections.</p>
<p>If you have multiple groups, all group header sections that have the <b>Repeat</b> property set to true will 
be rendered at the top of each page.</p>
</div>
</div>
