# GrapeCity.Viewer.Common.Model.ViewType

## Content

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




  <h1 id="GrapeCity_Viewer_Common_Model_ViewType" data-uid="GrapeCity.Viewer.Common.Model.ViewType" class="text-break">ViewType Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the view modes available in the viewer control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.html">GrapeCity.Viewer.Common.Model</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_ViewType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ViewType</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_ViewType_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration specifies the different ways in which report pages can be displayed within the viewer. The view mode affects how users interact with
and navigate through the report.</p>
</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_Viewer_Common_Model_ViewType_Continuous">Continuous</td>
        <td><p>Displays the report pages in a continuous vertical layout, allowing users to scroll through the report without page breaks.
This mode is useful for reading reports in a flowing manner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_ViewType_MultiPage">MultiPage</td>
        <td><p>Displays multiple pages of the report simultaneously. This mode provides an overview of several pages at once, facilitating quick navigation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_ViewType_SinglePage">SinglePage</td>
        <td><p>Displays only a single page of the report at a time. This mode is suitable for detailed review of individual pages.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
