# GrapeCity.ActiveReports.Design.LayerList

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_LayerList" data-uid="GrapeCity.ActiveReports.Design.LayerList" class="text-break">LayerList Class
</h1>
  <div class="markdown level0 summary"><p>Represents a user control that displays and manages a list of layers within an ActiveReports report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><span class="xref">LayerList</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </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_LayerList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(CommonResources), &quot;CommonResources.LayerList.bmp&quot;)]
public sealed class LayerList : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayerList__ctor" data-uid="GrapeCity.ActiveReports.Design.LayerList.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayerList.-ctor.html#GrapeCity_ActiveReports_Design_LayerList__ctor">LayerList()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of layer list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayerList__ctor_GrapeCity_ActiveReports_Viewer_Win_Theming_IThemeManager_" data-uid="GrapeCity.ActiveReports.Design.LayerList.#ctor(GrapeCity.ActiveReports.Viewer.Win.Theming.IThemeManager)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayerList.-ctor.html#GrapeCity_ActiveReports_Design_LayerList__ctor_GrapeCity_ActiveReports_Viewer_Win_Theming_IThemeManager_">LayerList(IThemeManager)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of layer list.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayerList_ReportDesigner" data-uid="GrapeCity.ActiveReports.Design.LayerList.ReportDesigner">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayerList.ReportDesigner.html#GrapeCity_ActiveReports_Design_LayerList_ReportDesigner">ReportDesigner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Designer instance to bind to this control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_LayerList_SelectionChanged" data-uid="GrapeCity.ActiveReports.Design.LayerList.SelectionChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Design.LayerList.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection within the layers list changes, such as when a different layer is selected by the user.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
