# C1.Report.FlexReport.StartSection

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_Report_FlexReport_StartSection" data-uid="C1.Report.FlexReport.StartSection" class="text-break">StartSection Event
</h1>
<div class="markdown level0 summary"><p>Occurs before each <a class="xref" href="C1.Report.Section.html">Section</a> is formatted.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
<h6><strong>Assembly</strong>: C1.Report.dll</h6>
<h5 id="C1_Report_FlexReport_StartSection_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;C1FlexReport.StartSection&quot;, &quot;Occurs before each section is formatted.&quot;)]
public event ReportEventHandler StartSection</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;C1FlexReport.StartSection&quot;, &quot;Occurs before each section is formatted.&quot;)&gt;
Public Event StartSection As ReportEventHandler</code></pre>
</div>
<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="C1.Report.ReportEventHandler.html">ReportEventHandler</a></td>
      <td>Occurs before each  is formatted.</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Report_FlexReport_StartSection_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>When this event fires, the report fields have not been updated with the current values or sizes.</p>
<p>This is a good point to set field formatting parameters and visibility based on the current data values.</p>
<p>This event is equivalent to the <a class="xref" href="C1.Report.Section.OnFormat.html#C1_Report_Section_OnFormat">OnFormat</a> script property.</p>
</div>
</div>
