# GrapeCity.ActiveReports.Blazor.Viewer.ViewMode

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ViewMode" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ViewMode" class="text-break">ViewMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the different paging modes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ViewMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ViewMode</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_Blazor_Viewer_ViewMode_Continuous">Continuous</td>
        <td><p>Displays pages in a continuous scroll.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ViewMode_Page">Page</td>
        <td><p>Displays pages in a traditional paginated format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ViewMode_Single">Single</td>
        <td><p>Displays one page at a time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
