# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup" class="text-break">ITableGroup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for table group objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableGroup : IToggleReceiver, IDocumentMapItem, ISectionRegion</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="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DataCollectionName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DataCollectionName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DataCollectionName.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DataCollectionName">DataCollectionName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the table group element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DataElementName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DataElementName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DataElementName.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DataElementName">DataElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of this group instance element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DetailDataCollectionName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DetailDataCollectionName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DetailDataCollectionName.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DetailDataCollectionName">DetailDataCollectionName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name that data-oriented rendering extensions should use for the collection of all instances of the table's details.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DetailDataElementName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DetailDataElementName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DetailDataElementName.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DetailDataElementName">DetailDataElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name that data-oriented rendering extensions should use for each detail instance of the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DetailDataElementOutput" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DetailDataElementOutput">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.DetailDataElementOutput.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_DetailDataElementOutput">DetailDataElementOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the details should appear in a data rendering.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Details" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Details">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Details.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Details">Details</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the details rows for this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_EndSection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.EndSection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.EndSection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_EndSection">EndSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location where the layout should continue.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Footer" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Footer">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Footer.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the footer section of this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Header" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Header">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Header.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the header section of this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_KeepTogether" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.KeepTogether">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.KeepTogether.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_KeepTogether">KeepTogether</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the table group is kept together on a single page where possible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_PageBreak" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.PageBreak">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.PageBreak.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page breaking options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_PreventOrphanedFooter" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.PreventOrphanedFooter">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.PreventOrphanedFooter.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_PreventOrphanedFooter">PreventOrphanedFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the orphaned footer is displayed on the next page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_SubGroups" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.SubGroups">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.SubGroups.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_SubGroups">SubGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner groups of the table that are nested within this one.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Table" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Table">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableGroup.Table.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Table_ITableGroup_Table">Table</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITable.html">ITable</a> that this group is a member of.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
