# GrapeCity.Viewer.Common.ViewModel.OpenedReport

## Content

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




  <h1 id="GrapeCity_Viewer_Common_ViewModel_OpenedReport" data-uid="GrapeCity.Viewer.Common.ViewModel.OpenedReport" class="text-break">OpenedReport Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates the types of reports that can be opened in the viewer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.ViewModel.html">GrapeCity.Viewer.Common.ViewModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_ViewModel_OpenedReport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum OpenedReport</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_Viewer_Common_ViewModel_OpenedReport_Cpl">Cpl</td>
        <td><p>Indicates a CPL (Continuous Page Layout) report is currently opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_ViewModel_OpenedReport_Dashboard">Dashboard</td>
        <td><p>Indicates a Dashboard report is currently opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_ViewModel_OpenedReport_Fpl">Fpl</td>
        <td><p>Indicates an FPL (Fixed Page Layout) report is currently opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_ViewModel_OpenedReport_None">None</td>
        <td><p>Indicates no report is currently opened.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_ViewModel_OpenedReport_Section">Section</td>
        <td><p>Indicates a Section report is currently opened.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
