# GrapeCity.ActiveReports.Web.ViewerType

## Content

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




  <h1 id="GrapeCity_ActiveReports_Web_ViewerType" data-uid="GrapeCity.ActiveReports.Web.ViewerType" class="text-break">ViewerType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the different types of viewing options for the ActiveReports WebForms WebViewer sever control for ASP.NET.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.html">GrapeCity.ActiveReports.Web</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_ViewerType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ViewerType</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_Web_ViewerType_AcrobatReader">AcrobatReader</td>
        <td><p>Returns output as a PDF document viewable in Acrobat Reader.
Requirements: Adobe Acrobat Reader 5 or above.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_ViewerType_HtmlViewer">HtmlViewer</td>
        <td><p>Provides a scrollable view of a single page of the report at a time.  Downloads only HTML and javascript to the client browser.
Not preferable for printable output.
Client Requirements: Internet Explorer 6 or above.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_ViewerType_RawHtml">RawHtml</td>
        <td><p>Shows all pages in the report document as a single HTML continuous  page.
Provides a static view of the entire report document, and usually decent printable output, although under some circumstances, pagination is not preserved.<br>
Client Requirements: Internet Explorer 6 or above.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
