# GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.Reorder

## Content

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



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



<a id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_Reorder_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.Reorder*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_Reorder_GrapeCity_ActiveReports_Design_Designer_" data-uid="GrapeCity.ActiveReports.Design.Toolbox.BaseToolbox.Reorder(GrapeCity.ActiveReports.Design.Designer)">Reorder(Designer)</h4>
<div class="markdown level1 summary"><p>Reorders the toolbox items based on the specified <a class="xref" href="GrapeCity.ActiveReports.Design.Designer.html">Designer</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Reorder(Designer designer)</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="GrapeCity.ActiveReports.Design.Designer.html">Designer</a></td>
      <td><span class="parametername">designer</span></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.Designer.html">Designer</a> object used to reorder the toolbox items.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Toolbox_BaseToolbox_Reorder_GrapeCity_ActiveReports_Design_Designer__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method reorders the toolbox items according to the state of the specified <a class="xref" href="GrapeCity.ActiveReports.Design.Designer.html">Designer</a> object.
It retrieves the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.idesignerhost">IDesignerHost</a> from the designer and uses it to configure the toolbox items.</p>
</div>
</div>
