# GrapeCity.ActiveReports.Blazor.Designer.RpxToolBoxItem

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem" data-uid="GrapeCity.ActiveReports.Blazor.Designer.RpxToolBoxItem" class="text-break">RpxToolBoxItem Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the RPX 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_RpxToolBoxItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RpxToolBoxItem</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_RpxToolBoxItem_Barcode">Barcode</td>
        <td><p>Barcode item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_CheckBox">CheckBox</td>
        <td><p>CheckBox item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_CrossSectionBox">CrossSectionBox</td>
        <td><p>CrossSectionBox item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_CrossSectionLine">CrossSectionLine</td>
        <td><p>CrossSectionLine item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_InputFieldCheckBox">InputFieldCheckBox</td>
        <td><p>InputFieldCheckBox item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_InputFieldText">InputFieldText</td>
        <td><p>InputFieldText item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_Label">Label</td>
        <td><p>Label item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_Line">Line</td>
        <td><p>Line item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_PageBreak">PageBreak</td>
        <td><p>PageBreak item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_Picture">Picture</td>
        <td><p>Picture item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_ReportInfo">ReportInfo</td>
        <td><p>ReportInfo item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_RichTextBox">RichTextBox</td>
        <td><p>RichTextBox item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_Shape">Shape</td>
        <td><p>Shape item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_SubReport">SubReport</td>
        <td><p>SubReport item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_RpxToolBoxItem_TextBox">TextBox</td>
        <td><p>TextBox item.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
