# GrapeCity.ActiveReports.Viewer.Win.Viewer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer" class="text-break">Viewer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Windows Forms user control designed to display ActiveReports report output. This control enables report readers to view and interact with the report content in various ways.</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">Viewer</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.Viewer.Win.html">GrapeCity.ActiveReports.Viewer.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(Resources), &quot;resources.Viewer.bmp&quot;)]
public class Viewer : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.html">Viewer</a> control offers a comprehensive set of features for interacting with reports, including:</p>
<ul><li>Navigating through report pages.</li><li>Zooming in and out of the report content for better readability.</li><li>Printing reports directly from the viewer.</li><li>Exporting reports to different formats such as PDF, Excel, and Word.</li><li>Searching text within the report.</li><li>Interacting with report elements such as drill-through links and sorting.</li></ul>
<p>It serves as a versatile component for applications that require report viewing and interaction capabilities.</p>
</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_Viewer_Win_Viewer__ctor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.-ctor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer__ctor">Viewer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.html">Viewer</a> class.</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_Viewer_Win_Viewer_AllowSplitter" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.AllowSplitter">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.AllowSplitter.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_AllowSplitter">AllowSplitter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer allows the view to be split into multiple panes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_AnnotationDropDownVisible" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.AnnotationDropDownVisible">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.AnnotationDropDownVisible.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_AnnotationDropDownVisible">AnnotationDropDownVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the annotation dropdown is visible in the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_AnnotationToolbarVisible" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.AnnotationToolbarVisible">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.AnnotationToolbarVisible.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_AnnotationToolbarVisible">AnnotationToolbarVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the annotation toolbar's visibility.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_AutoBackgroundColor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.AutoBackgroundColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.AutoBackgroundColor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_AutoBackgroundColor">AutoBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the background color is automatically applied to the entire viewing area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_CanExport" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.CanExport">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.CanExport.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_CanExport">CanExport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether exporting the report is permitted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_CurrentPage" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.CurrentPage">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.CurrentPage.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_CurrentPage">CurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current page number displayed in the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Document" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Document">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Document.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document displayed in the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_GalleyMode" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.GalleyMode.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_GalleyMode">GalleyMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer is in Galley Mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_History" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.History">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.History.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_History">History</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the history management functionality of the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperlinkBackColor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkBackColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkBackColor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperlinkBackColor">HyperlinkBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for hyperlink text areas within the report viewer. This setting applies only to SectionReports.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperlinkForeColor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkForeColor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperlinkForeColor">HyperlinkForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of hyperlinks displayed within the report viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperlinkUnderline" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkUnderline">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkUnderline.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperlinkUnderline">HyperlinkUnderline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the hyperlink text within the report viewer is underlined. This property is applicable only to SectionReports.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_MouseMode" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.MouseMode">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.MouseMode.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_MouseMode">MouseMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mouse interaction mode for the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_MouseModeButtonsVisible" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.MouseModeButtonsVisible">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.MouseModeButtonsVisible.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_MouseModeButtonsVisible">MouseModeButtonsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the mouse mode buttons are visible in the viewer toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_MultiplePageCols" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageCols">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageCols.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_MultiplePageCols">MultiplePageCols</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of pages that are displayed horizontally in the viewer when it is in MultiPage view mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_MultiplePageRows" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageRows">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageRows.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_MultiplePageRows">MultiplePageRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of pages that are displayed vertically in the viewer when it is in MultiPage view mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_OpenedReport" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.OpenedReport">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.OpenedReport.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_OpenedReport">OpenedReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the report currently opened in the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_PageOffset" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.PageOffset">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.PageOffset.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_PageOffset">PageOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page offset in pixels, disregarding zoom level.
This property can have distinct values for each pane and is applicable only in single page view mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_PagesBackColor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.PagesBackColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.PagesBackColor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_PagesBackColor">PagesBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the pages within the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_PreviewPages" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.PreviewPages">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.PreviewPages.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_PreviewPages">PreviewPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of pages to preview when loading a report.
Setting this property to a value less than or equal to 0 will result in all pages being loaded and available for preview.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_PrintingSettings" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.PrintingSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.PrintingSettings.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_PrintingSettings">PrintingSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the printing settings for the Viewer, determining the behavior of the print operation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_RepositionPage" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.RepositionPage">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.RepositionPage.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_RepositionPage">RepositionPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer repositions the view to the top of the page when a user navigates to another page
after scrolling down on the current page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollbarEnabled" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollbarEnabled">ScrollbarEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether scroll bars are enabled in the report viewer pane.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollingMode" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollingMode">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollingMode.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollingMode">ScrollingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the scrolling behavior for the document within the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SearchResultsBackColor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SearchResultsBackColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.SearchResultsBackColor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_SearchResultsBackColor">SearchResultsBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color used to highlight text found using the search functionality in the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SearchResultsForeColor" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SearchResultsForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.SearchResultsForeColor.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_SearchResultsForeColor">SearchResultsForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color used to highlight text found using the search functionality in the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Sidebar" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Sidebar">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Sidebar.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Sidebar">Sidebar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sidebar's public API, providing access to its functionality and panels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SplitView" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_SplitView">SplitView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer is in Split View mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TableOfContents" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContents">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContents.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_TableOfContents">TableOfContents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Table of Contents panel within the viewer's sidebar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TargetView" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TargetView">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TargetView.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_TargetView">TargetView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the current target view when the SplitView feature is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Toolbar" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Toolbar">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Toolbar.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Toolbar">Toolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the viewer's toolbar, allowing for customization and control of toolbar buttons and functionality.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchContextMenuStrip" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchContextMenuStrip">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchContextMenuStrip.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchContextMenuStrip">TouchContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context menu that appears when the user performs a long tap on the touch screen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchMode" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchMode">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchMode.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchMode">TouchMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the touch mode is enabled or disabled in the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeButtonVisibility" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeButtonVisibility">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeButtonVisibility.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeButtonVisibility">TouchModeButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the touch mode button on the viewer's toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeToolbar" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeToolbar">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TouchModeToolbar.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_TouchModeToolbar">TouchModeToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the toolbar used in touch mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_UITheme" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.UITheme">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.UITheme.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_UITheme">UITheme</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the visual theme for the viewer's user interface.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_UseHyperlinkSettings" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.UseHyperlinkSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.UseHyperlinkSettings.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_UseHyperlinkSettings">UseHyperlinkSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer should apply the specified hyperlink settings, such as color, underline,
and background color, to hyperlinks within SectionReports.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ViewType" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ViewType">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ViewType.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_ViewType">ViewType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the view type for displaying pages within the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Zoom" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Zoom">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Zoom.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the viewer's zoom level.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_CancelRender" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.CancelRender">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.CancelRender.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_CancelRender">CancelRender()</a>
        </td>
        <td class="markdown level1 summary"><p>Cancels the current report rendering process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Dispose.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Cleans up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_FileInfo_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export(GrapeCity.ActiveReports.Export.IDocumentExport,System.IO.FileInfo)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_FileInfo_">Export(IDocumentExport, FileInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the currently loaded report to the specified file using the given export filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_FileInfo_System_String_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export(GrapeCity.ActiveReports.Export.IDocumentExport,System.IO.FileInfo,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_FileInfo_System_String_">Export(IDocumentExport, FileInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified page range of the currently loaded report to the specified file using the given export filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export(GrapeCity.ActiveReports.Export.IDocumentExport,System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_Stream_">Export(IDocumentExport, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the currently loaded report to the specified stream using the given export filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export(GrapeCity.ActiveReports.Export.IDocumentExport,System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Export.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Export_GrapeCity_ActiveReports_Export_IDocumentExport_System_IO_Stream_System_String_">Export(IDocumentExport, Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified page range of the currently loaded report to the specified stream using the given export filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_GetShortcutCommands" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.GetShortcutCommands">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.GetShortcutCommands.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_GetShortcutCommands">GetShortcutCommands()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves a collection of keyboard shortcuts configured for the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_HandleError_System_Exception_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.HandleError(System.Exception)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.HandleError.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_HandleError_System_Exception_">HandleError(Exception)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles runtime errors by reporting them to the viewer's model for appropriate action.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_IsFplDocumentOpened" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.IsFplDocumentOpened">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.IsFplDocumentOpened.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_IsFplDocumentOpened">IsFplDocumentOpened()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value indicating whether an Fpl document is opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_Document_PageDocument_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(GrapeCity.ActiveReports.Document.PageDocument)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_Document_PageDocument_">LoadDocument(PageDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the specified <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.PageDocument.html">PageDocument</a> into the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_Document_SectionDocument_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(GrapeCity.ActiveReports.Document.SectionDocument)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_Document_SectionDocument_">LoadDocument(SectionDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the specified <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a> into the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_PageReport_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(GrapeCity.ActiveReports.PageReport)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_PageReport_">LoadDocument(PageReport)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the specified <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.PageReport.html">PageReport</a> into the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_SectionReport_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(GrapeCity.ActiveReports.SectionReport)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_ActiveReports_SectionReport_">LoadDocument(SectionReport)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the specified <a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.SectionReport.html">SectionReport</a> into the Viewer control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_Viewer_Common_IDocumentLoader_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(GrapeCity.Viewer.Common.IDocumentLoader)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_GrapeCity_Viewer_Common_IDocumentLoader_">LoadDocument(IDocumentLoader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a document into the Viewer control using the specified document loader.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_System_IO_Stream_GrapeCity_Viewer_Common_DocumentFormat_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(System.IO.Stream,GrapeCity.Viewer.Common.DocumentFormat)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_System_IO_Stream_GrapeCity_Viewer_Common_DocumentFormat_">LoadDocument(Stream, DocumentFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a document into the viewer from a provided stream, using the specified document format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_System_String_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadDocument.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadDocument_System_String_">LoadDocument(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a document into the Viewer control from a specified file path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_OnAction_System_Object_GrapeCity_ActiveReports_Viewer_Win_Viewer_ActionEventArgs_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.OnAction(System.Object,GrapeCity.ActiveReports.Viewer.Win.Viewer.ActionEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.OnAction.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_OnAction_System_Object_GrapeCity_ActiveReports_Viewer_Win_Viewer_ActionEventArgs_">OnAction(object, ActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the Action event when appropriate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_OnFontChanged_System_EventArgs_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.OnFontChanged(System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.OnFontChanged.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.fontchanged">FontChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_GrapeCity_Viewer_Common_PrintingSettings_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print(GrapeCity.Viewer.Common.PrintingSettings)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_GrapeCity_Viewer_Common_PrintingSettings_">Print(PrintingSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Initiates the printing process for the currently opened document, using the specified printing settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_System_Boolean_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_System_Boolean_">Print(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initiates the printing process for the currently opened document, either a section or a page report, with the option to display or bypass the print dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print(System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_System_Boolean_System_Boolean_">Print(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initiates the printing process for the currently opened document, allowing for the display of the print dialog
and the print progress dialog based on the provided parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_System_Boolean_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print(System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Print.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Print_System_Boolean_System_Boolean_System_Boolean_">Print(bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initiates the printing process for the currently opened document, with options to display the print dialog, the print progress dialog,
and to use a separate printing thread.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ProcessCmdKey.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_">ProcessCmdKey(ref Message, Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Processes the command key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Render(GrapeCity.ActiveReports.Extensibility.Rendering.IRenderingExtension,GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Render.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_Render_GrapeCity_ActiveReports_Extensibility_Rendering_IRenderingExtension_GrapeCity_ActiveReports_Extensibility_Rendering_IO_StreamProvider_System_Collections_Specialized_NameValueCollection_">Render(IRenderingExtension, StreamProvider, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified loaded report to the specified file (or group of files) using the specified export extension.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SetParametersValues_System_Collections_Generic_IEnumerable_GrapeCity_Viewer_Common_IParameter__" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SetParametersValues(System.Collections.Generic.IEnumerable{GrapeCity.Viewer.Common.IParameter})">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.SetParametersValues.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_SetParametersValues_System_Collections_Generic_IEnumerable_GrapeCity_Viewer_Common_IParameter__">SetParametersValues(IEnumerable&lt;IParameter&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets values for the parameters of the currently displayed report in the Viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SetShortcutCommandState_GrapeCity_ActiveReports_Viewer_Win_ViewerCommand_System_Boolean_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SetShortcutCommandState(GrapeCity.ActiveReports.Viewer.Win.ViewerCommand,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.SetShortcutCommandState.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_SetShortcutCommandState_GrapeCity_ActiveReports_Viewer_Win_ViewerCommand_System_Boolean_">SetShortcutCommandState(ViewerCommand, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the enabled or disabled state of a specified viewer command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ShowFindDialog" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ShowFindDialog">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ShowFindDialog.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_ShowFindDialog">ShowFindDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the Find Dialog to allow users to search for text within the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_WndProc_System_Windows_Forms_Message__" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.WndProc.html#GrapeCity_ActiveReports_Viewer_Win_Viewer_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Processes Windows messages.</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_Viewer_Win_Viewer_Action" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Action">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Action.html">Action</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a report item, configured with an interactive action, is clicked within the report preview control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ErrorOccured" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ErrorOccured">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ErrorOccured.html">ErrorOccured</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an error occurs within the viewer. This event provides detailed information about the error,
allowing for custom error handling or logging.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_Find" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.Find">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.Find.html">Find</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the Find dialog successfully locates the specified text within the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_HyperLink" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperLink">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperLink.html">HyperLink</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user clicks on text or an image that has a hyperlink assigned to it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_LoadCompleted" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadCompleted">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadCompleted.html">LoadCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the document has been fully loaded and rendered in the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_RefreshReport" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.RefreshReport">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.RefreshReport.html">RefreshReport</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the report refreshes. This event is triggered in several scenarios, including:</p>
<ul>
<li>Opening a new report.</li>
<li>Performing actions such as toggling, sorting, or executing drill-through actions within the report.</li>
<li>Interacting with the UI to view the report (e.g., using the parameters panel), toggling galley mode, refreshing the report,
or navigating back to a parent report in a drill-through scenario.
In the absence of any errors, this event precedes the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.LoadCompleted.html">LoadCompleted</a> event.</li>
</ul>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TableOfContentsAfterSelect" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContentsAfterSelect">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContentsAfterSelect.html">TableOfContentsAfterSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after an item is selected in the table of contents treeview.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TableOfContentsClick" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContentsClick">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContentsClick.html">TableOfContentsClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user clicks an item in the table of contents treeview.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_TableOfContentsSelectedIndexChanged" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContentsSelectedIndexChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.TableOfContentsSelectedIndexChanged.html">TableOfContentsSelectedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the index of the currently selected item in the table of contents changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ZoomChanged" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ZoomChanged">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Win.Viewer.ZoomChanged.html">ZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the zoom level of the viewer changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
