# GrapeCity.ActiveReports.Design.Designer.ToolBoxItem

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Designer_ToolBoxItem_" data-uid="GrapeCity.ActiveReports.Design.Designer.ToolBoxItem*">ToolBoxItem Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_ToolBoxItem_" data-uid="GrapeCity.ActiveReports.Design.Designer.ToolBoxItem*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_ToolBoxItem" data-uid="GrapeCity.ActiveReports.Design.Designer.ToolBoxItem">ToolBoxItem</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing the toolbox item associated with the <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.SectionReport.html">SectionReport</a> in the designer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public object ToolBoxItem { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.object">object</a></td>
      <td><p>The object that represents the toolbox item for the <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.SectionReport.html">SectionReport</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_ToolBoxItem_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is used internally to manage the representation of the <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.SectionReport.html">SectionReport</a> in the designer's toolbox.
It allows for the customization of the toolbox item, such as setting a specific control to represent the report in the toolbox.
This property is not intended to be directly modified or accessed in typical usage scenarios.</p>
</div>
</div>
