# GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_GetToolboxItems_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems*">GetToolboxItems Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_GetToolboxItems_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_GetToolboxItems_System_String_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems(System.String)">GetToolboxItems(string)</h4>
<div class="markdown level1 summary"><p>Gets a collection of toolbox items from the toolbox that match the specified category.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ToolboxItemCollection GetToolboxItems(string category)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">category</span></td>
      <td><p>The toolbox item category to retrieve all the toolbox items from.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.toolboxitemcollection">ToolboxItemCollection</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.toolboxitemcollection">ToolboxItemCollection</a> that contains the current toolbox items that are associated with the specified category.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.itoolboxservice.gettoolboxitems#system-drawing-design-itoolboxservice-gettoolboxitems(system-string)">IToolboxService.GetToolboxItems(string)</a></div>


<a id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_GetToolboxItems_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_GetToolboxItems" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.GetToolboxItems">GetToolboxItems()</h4>
<div class="markdown level1 summary"><p>Gets the entire collection of toolbox items from the toolbox.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ToolboxItemCollection GetToolboxItems()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.toolboxitemcollection">ToolboxItemCollection</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.toolboxitemcollection">ToolboxItemCollection</a> that contains the current toolbox items.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.design.itoolboxservice.gettoolboxitems#system-drawing-design-itoolboxservice-gettoolboxitems">IToolboxService.GetToolboxItems()</a></div>
</div>
