# C1.Report.BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_BehaviorOptions_FireOnFormatForEachInstanceOfRepeatedGroupSection_" data-uid="C1.Report.BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection*">FireOnFormatForEachInstanceOfRepeatedGroupSection Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_BehaviorOptions_FireOnFormatForEachInstanceOfRepeatedGroupSection_" data-uid="C1.Report.BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection*"></a>
<h4 id="C1_Report_BehaviorOptions_FireOnFormatForEachInstanceOfRepeatedGroupSection" data-uid="C1.Report.BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection">FireOnFormatForEachInstanceOfRepeatedGroupSection</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the OnFormat script is fired
for each instance of a repeated group footer section, or just once for the
first instance. Applies only to groups with Repeat property set to true.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection&quot;, &quot;Indicates whether the OnFormat script is fired for each instance of a repeated group footer section, or just once for the first instance.Applies only to groups with Repeat property set to true.&quot;)]
public bool FireOnFormatForEachInstanceOfRepeatedGroupSection { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection&quot;, &quot;Indicates whether the OnFormat script is fired for each instance of a repeated group footer section, or just once for the first instance.Applies only to groups with Repeat property set to true.&quot;)&gt;
Public Property FireOnFormatForEachInstanceOfRepeatedGroupSection As Boolean</code></pre>
</div>
</div>
