# C1.Ssrs.RplReader.Recs.Section

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_RplReader_Recs_Section" data-uid="C1.Ssrs.RplReader.Recs.Section" class="text-break">Section Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Ssrs.RplReader.Recs.RplRec.html">RplRec</a></div>
    <div class="level2"><a class="xref" href="C1.Ssrs.RplReader.Recs.ReportElementBase.html">ReportElementBase</a></div>
    <div class="level3"><span class="xref">Section</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Ssrs.RplReader.Recs.html">C1.Ssrs.RplReader.Recs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Ssrs_RplReader_Recs_Section_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Section : ReportElementBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Section
    Inherits ReportElementBase</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section__ctor" data-uid="C1.Ssrs.RplReader.Recs.Section.#ctor">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.-ctor.html#C1_Ssrs_RplReader_Recs_Section__ctor">Section()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_ChildTable" data-uid="C1.Ssrs.RplReader.Recs.Section.ChildTable">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.ChildTable.html">ChildTable</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_c_BodyAreaElement" data-uid="C1.Ssrs.RplReader.Recs.Section.c_BodyAreaElement">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.c_BodyAreaElement.html">c_BodyAreaElement</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_c_PageFooterElement" data-uid="C1.Ssrs.RplReader.Recs.Section.c_PageFooterElement">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.c_PageFooterElement.html">c_PageFooterElement</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_c_PageHeaderElement" data-uid="C1.Ssrs.RplReader.Recs.Section.c_PageHeaderElement">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.c_PageHeaderElement.html">c_PageHeaderElement</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_c_Section" data-uid="C1.Ssrs.RplReader.Recs.Section.c_Section">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.c_Section.html">c_Section</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_c_SectionProperties" data-uid="C1.Ssrs.RplReader.Recs.Section.c_SectionProperties">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.c_SectionProperties.html">c_SectionProperties</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_Table" data-uid="C1.Ssrs.RplReader.Recs.Section.Table">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.Table.html#C1_Ssrs_RplReader_Recs_Section_Table">Table</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Ssrs_RplReader_Recs_Section_Read_C1_Ssrs_RplReader_RplReader_" data-uid="C1.Ssrs.RplReader.Recs.Section.Read(C1.Ssrs.RplReader.RplReader)">
          <a class="xref" href="C1.Ssrs.RplReader.Recs.Section.Read.html#C1_Ssrs_RplReader_Recs_Section_Read_C1_Ssrs_RplReader_RplReader_">Read(RplReader)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
