# GrapeCity.ActiveReports.Document.Section.RdfFormat

## Content

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




  <h1 id="GrapeCity_ActiveReports_Document_Section_RdfFormat" data-uid="GrapeCity.ActiveReports.Document.Section.RdfFormat" class="text-break">RdfFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the file format used for saving report documents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_RdfFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RdfFormat</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_Document_Section_RdfFormat_AR20">AR20</td>
        <td><p>ActiveX version of ActiveReports 2.0 file format. This member is left for compatibility.
It is not supported to display the report outputted in this format with the ActiveX viewer control contained in &quot;ActiveReports 2.0J&quot; of ActiveX product or &quot;ActiveReports for .NET 3.0J&quot; of .NET product.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_RdfFormat_ARNet">ARNet</td>
        <td><p>ActiveReports for. NET file format.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
