# C1.Report.SubSectionCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_SubSectionCollection" data-uid="C1.Report.SubSectionCollection" class="text-break">SubSectionCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of the <a class="xref" href="C1.Report.SubSection.html">SubSection</a> objects.</p>
</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.Report.ReportObjectCollection-1.html">ReportObjectCollection</a>&lt;<a class="xref" href="C1.Report.SubSection.html">SubSection</a>&gt;</div>
    <div class="level2"><a class="xref" href="C1.Report.ReportObjectList-1.html">ReportObjectList</a>&lt;<a class="xref" href="C1.Report.SubSection.html">SubSection</a>&gt;</div>
    <div class="level3"><span class="xref">SubSectionCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Report.SubSection.html">SubSection</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Report.SubSection.html">SubSection</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </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_SubSectionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SubSectionCollection : ReportObjectList&lt;SubSection&gt;, ICollection&lt;SubSection&gt;, IEnumerable&lt;SubSection&gt;, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SubSectionCollection
    Inherits ReportObjectList(Of SubSection)
    Implements ICollection(Of SubSection), IEnumerable(Of SubSection), IList, ICollection, IEnumerable</code></pre>
  </div>
  <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_Report_SubSectionCollection_Report" data-uid="C1.Report.SubSectionCollection.Report">
          <a class="xref" href="C1.Report.SubSectionCollection.Report.html#C1_Report_SubSectionCollection_Report">Report</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object owning this collection.</p>
</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_Report_SubSectionCollection_Add" data-uid="C1.Report.SubSectionCollection.Add">
          <a class="xref" href="C1.Report.SubSectionCollection.Add.html#C1_Report_SubSectionCollection_Add">Add()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Report.SubSection.html">SubSection</a> object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_SubSectionCollection_Remove_C1_Report_SubSection_" data-uid="C1.Report.SubSectionCollection.Remove(C1.Report.SubSection)">
          <a class="xref" href="C1.Report.SubSectionCollection.Remove.html#C1_Report_SubSectionCollection_Remove_C1_Report_SubSection_">Remove(SubSection)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="C1.Report.SubSection.html">SubSection</a> object from collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_SubSectionCollection_RemoveAt_System_Int32_" data-uid="C1.Report.SubSectionCollection.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Report.SubSectionCollection.RemoveAt.html#C1_Report_SubSectionCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes item with specified index from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
