# GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle-1

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle`1" class="text-break">ReportItemStyle&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents a style for a report item.</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">ReportItemStyle&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportItemStyle&lt;T&gt;</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of the content for the style.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Blazor_Designer_ReportItemStyle_1__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle`1.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle-1.-ctor.html#GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1__ctor">ReportItemStyle()</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_Blazor_Designer_ReportItemStyle_1_Content" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle`1.Content">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle-1.Content.html#GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1_Id" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle`1.Id">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle-1.Id.html#GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the identifier of the style.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1_Name" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle`1.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ReportItemStyle-1.Name.html#GrapeCity_ActiveReports_Blazor_Designer_ReportItemStyle_1_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
