# C1.Report.C1CategoryAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_C1CategoryAttribute" data-uid="C1.Report.C1CategoryAttribute" class="text-break">C1CategoryAttribute Class
</h1>
  <div class="markdown level0 summary"><p>C1CategoryAttribute replaces the CategoryAttribute
and uses the StringsManager and DesignStrings classes to
return the localized Attribute string.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.categoryattribute">CategoryAttribute</a></div>
    <div class="level3"><a class="xref" href="../C1.Document/C1.Util.Localization.C1CategoryAttribute.html">C1CategoryAttribute</a></div>
    <div class="level4"><span class="xref">C1CategoryAttribute</span></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_C1CategoryAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.All)]
public class C1CategoryAttribute : C1CategoryAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.All)&gt;
Public Class C1CategoryAttribute
    Inherits C1CategoryAttribute</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="C1_Report_C1CategoryAttribute__ctor_System_String_" data-uid="C1.Report.C1CategoryAttribute.#ctor(System.String)">
          <a class="xref" href="C1.Report.C1CategoryAttribute.-ctor.html#C1_Report_C1CategoryAttribute__ctor_System_String_">C1CategoryAttribute(string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
