# GrapeCity.ActiveReports.Extensibility.Rendering.DataMember

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember" class="text-break">DataMember Class
</h1>
  <div class="markdown level0 summary"><p>Represents a heading member on the row or column axis of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomData.html">CustomData</a> structure.</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"><span class="xref">DataMember</span></div>
  </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_DataMember_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DataMember</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="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember__ctor" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember__ctor">DataMember()</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="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_Children" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.Children">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.Children.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the members contained within this member.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_CustomProperties" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.CustomProperties">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.CustomProperties.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_CustomProperties">CustomProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the custom properties for this member.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_DataElementName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.DataElementName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.DataElementName.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_DataElementName">DataElementName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name to use for the data element or attribute for this data member when rendered via a data-oriented rendering extension (e.g., XML).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_DataElementOutput" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.DataElementOutput">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.DataElementOutput.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_DataElementOutput">DataElementOutput</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating how this item should appear when rendered with a data-oriented rendering device.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_Hidden" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.Hidden">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.Hidden.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the current hidden state of this member. The value can change via toggling.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_IsStatic" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.IsStatic">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.IsStatic.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_IsStatic">IsStatic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this member is part of a static grouping that repeats for every instance of its parent member.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_IsTotal" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.IsTotal">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.IsTotal.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_IsTotal">IsTotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this member shows subtotal values or a value for a particular member.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_MemberCellIndex" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.MemberCellIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.MemberCellIndex.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_MemberCellIndex">MemberCellIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the cell within <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.CustomData.DataCells.html#GrapeCity_ActiveReports_Extensibility_Rendering_CustomData_DataCells">DataCells</a> where this member starts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_MemberHeadingSpan" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.MemberHeadingSpan">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.MemberHeadingSpan.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_MemberHeadingSpan">MemberHeadingSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of leaf groups this member spans.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_Parent" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.Parent">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.DataMember.Parent.html#GrapeCity_ActiveReports_Extensibility_Rendering_DataMember_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent of this member.</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>
