# GrapeCity.ActiveReports.Document.Section.LabelAttribute

## Content

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



  <h1 id="GrapeCity_ActiveReports_Document_Section_LabelAttribute" data-uid="GrapeCity.ActiveReports.Document.Section.LabelAttribute" class="text-break">LabelAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Represents the class for setting the Label attribute.</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="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><span class="xref">LabelAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_LabelAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LabelAttribute : Attribute</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_Document_Section_LabelAttribute__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Document.Section.LabelAttribute.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.LabelAttribute.-ctor.html#GrapeCity_ActiveReports_Document_Section_LabelAttribute__ctor_System_String_">LabelAttribute(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Document.Section.LabelAttribute.html">LabelAttribute</a> class.</p>
</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_Document_Section_LabelAttribute_Label" data-uid="GrapeCity.ActiveReports.Document.Section.LabelAttribute.Label">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.LabelAttribute.Label.html#GrapeCity_ActiveReports_Document_Section_LabelAttribute_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string representation of a label.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
