# GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.PreferredFormat

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_PreferredFormat" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.PreferredFormat" class="text-break">ViewerSettings.PreferredFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Enum representing preferred rendering formats.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_PreferredFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ViewerSettings.PreferredFormat</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_Designer_ViewerSettings_PreferredFormat_html">html</td>
        <td><p>Render the document in HTML format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_PreferredFormat_svg">svg</td>
        <td><p>Render the document in SVG format.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
