# GrapeCity.ActiveReports.Blazor.Designer.RdlxToolBoxItem

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem" data-uid="GrapeCity.ActiveReports.Blazor.Designer.RdlxToolBoxItem" class="text-break">RdlxToolBoxItem Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the RDLX toolbox item types.</p>
</div>
  <div class="markdown level0 conceptual"></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_RdlxToolBoxItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RdlxToolBoxItem</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_bandedlist">bandedlist</td>
        <td><p>BandedList item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_barcode">barcode</td>
        <td><p>Barcode item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_bullet">bullet</td>
        <td><p>Bullet item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_chart">chart</td>
        <td><p>Chart item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_checkbox">checkbox</td>
        <td><p>CheckBox item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_container">container</td>
        <td><p>Container item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_formattedtext">formattedtext</td>
        <td><p>FormattedText item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_image">image</td>
        <td><p>Image item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_inputfield">inputfield</td>
        <td><p>InputField item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_line">line</td>
        <td><p>Line item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_list">list</td>
        <td><p>List item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_overflowplaceholder">overflowplaceholder</td>
        <td><p>OverflowPlaceholder item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_shape">shape</td>
        <td><p>Shape item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_sparkline">sparkline</td>
        <td><p>Sparkline item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_subreport">subreport</td>
        <td><p>SubReport item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_table">table</td>
        <td><p>Table item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_tableofcontents">tableofcontents</td>
        <td><p>Table of Contents item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_tablix">tablix</td>
        <td><p>Tablix item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RdlxToolBoxItem_textbox">textbox</td>
        <td><p>TextBox item.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
