# GrapeCity.Viewer.Common.DocumentFormat

## Content

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




  <h1 id="GrapeCity_Viewer_Common_DocumentFormat" data-uid="GrapeCity.Viewer.Common.DocumentFormat" class="text-break">DocumentFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates supported report formats for ActiveReports.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.html">GrapeCity.Viewer.Common</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_DocumentFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DocumentFormat</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_DocumentFormat_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration defines the various document formats that ActiveReports can generate or consume.
These formats include both XML and binary representations of report documents.</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_DocumentFormat_Rdf">Rdf</td>
        <td><p>Represents an ActiveReports Section document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_DocumentFormat_Rdlx">Rdlx</td>
        <td><p>Represents an ActiveReports RDLX, Page or Dashboard report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_DocumentFormat_RdlxSnapshot">RdlxSnapshot</td>
        <td><p>Represents ActiveReports RDLX, Page or Dashboard document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_DocumentFormat_Rpx">Rpx</td>
        <td><p>Represents an ActiveReports Section report.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
