# GrapeCity.ActiveReports.Design.DesignerToolStrips

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_DesignerToolStrips" data-uid="GrapeCity.ActiveReports.Design.DesignerToolStrips" class="text-break">DesignerToolStrips Enum
</h1>
  <div class="markdown level0 summary"><p>Represents identifiers for toolstrips that can be created by the <a class="xref" href="GrapeCity.ActiveReports.Design.Designer.CreateToolStrips.html#GrapeCity_ActiveReports_Design_Designer_CreateToolStrips_GrapeCity_ActiveReports_Design_DesignerToolStrips___">CreateToolStrips(params DesignerToolStrips[])</a> method.
These identifiers specify the types of toolstrips that are relevant to various aspects of the report design process,
allowing for a modular and customizable toolbar setup within the ActiveReports designer environment.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_DesignerToolStrips_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DesignerToolStrips</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_Design_DesignerToolStrips_All">All</td>
        <td><p>Represents a toolstrip containing all available items.
This option is typically used to initialize the designer with a full set of toolbars,
providing access to all editing and formatting capabilities.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Borders">Borders</td>
        <td><p>Represents a toolstrip containing the borders toolbar, dedicated to applying and adjusting borders on report elements.
This allows for customization of border style, thickness, and color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Edit">Edit</td>
        <td><p>Represents a toolstrip containing the edit toolbar, containing tools for undoing, redoing, cutting, copying, pasting, and deleting elements within the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Format">Format</td>
        <td><p>Represents a toolstrip containing the format toolbar, offering a range of formatting options for text, shapes, and other report elements.
This includes font adjustments, alignment, color settings, and more.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Layout">Layout</td>
        <td><p>Represents a toolstrip containing the layout toolbar, providing tools for arranging report elements.
This includes alignment, distribution, grouping, and ordering of components to achieve the desired layout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Menu">Menu</td>
        <td><p>Represents a toolstrip containing the main menu toolbar, providing access to file operations, editing, view options, and other general settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Report">Report</td>
        <td><p>Represents a toolstrip containing the report toolbar, offering tools specific to report creation and manipulation,
such as adding sections, setting data sources, and configuring report parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Undo">Undo</td>
        <td><p>Represents a toolstrip containing the undo toolbar, focused on providing quick access to undo and redo functionality.
This toolbar simplifies the process of reverting and reapplying changes during the report design process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DesignerToolStrips_Zoom">Zoom</td>
        <td><p>Represents a toolstrip containing the zoom toolbar, which includes tools for adjusting the zoom level of the design surface.
This allows designers to closely inspect details or view the report layout from a wider perspective.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
