# GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel*">ThumbnailsPanel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel" data-uid="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel">ThumbnailsPanel</h4>
<div class="markdown level1 summary"><p>Provides access to the thumbnails panel within the ActiveReports Viewer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ThumbnailsPanel ThumbnailsPanel { get; }</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="GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.html">ThumbnailsPanel</a></td>
      <td><p>An instance of <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Sidebar.ThumbnailsPanel.html#GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel">ThumbnailsPanel</a> that represents the interface for viewing and navigating report
pages as thumbnails within the ActiveReports Viewer.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Sidebar_ThumbnailsPanel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The thumbnails panel displays miniature versions of the report pages, allowing users to quickly navigate through the report.
This property grants developers the ability to programmatically access and customize the thumbnails panel to better suit the needs of their application.</p>
</div>
</div>
