# GrapeCity.ActiveReports.Extensibility.Rendering.IGroup

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup" class="text-break">IGroup Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for groups.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.html">GrapeCity.ActiveReports.Extensibility.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGroup : IDocumentMapItem</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_IGroup_Custom" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.Custom">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.Custom.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_Custom">Custom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the custom data string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_CustomProperties" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.CustomProperties">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.CustomProperties.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_CustomProperties">CustomProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of custom properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_DataCollectionName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.DataCollectionName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.DataCollectionName.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_DataCollectionName">DataCollectionName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the data collection associated with this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_DataElementName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.DataElementName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.DataElementName.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_DataElementName">DataElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the data element associated with this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_DataElementOutput" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.DataElementOutput">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.DataElementOutput.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_DataElementOutput">DataElementOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data element output type for this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_EndSection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.EndSection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.EndSection.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_EndSection">EndSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the section where the layout should continue.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_Hidden" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.Hidden">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.Hidden.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the group should be hidden.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_LabelValue" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.LabelValue">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.LabelValue.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_LabelValue">LabelValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value representing the label for this member.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_Name" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.Name.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name used for this group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_PageBreak" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.PageBreak">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IGroup.PageBreak.html#GrapeCity_ActiveReports_Extensibility_Rendering_IGroup_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page breaking options.</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>
