# GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings" class="text-break">ViewerSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for the viewer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ViewerSettings</span></div>
  </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_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ViewerSettings</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>ViewerSettings</code> class provides properties to configure the element ID, application title, document information, and UI theme for the viewer.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.-ctor.html#GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings__ctor">ViewerSettings()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_ApplicationTitle" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.ApplicationTitle">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.ApplicationTitle.html#GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_ApplicationTitle">ApplicationTitle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the application title passed by the Designer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_DocumentInfo" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.DocumentInfo">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.DocumentInfo.html#GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_DocumentInfo">DocumentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the information on the report to be previewed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_Element" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.Element">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.Element.html#GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_Element">Element</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the element where the viewer should be rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_Theme" data-uid="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.Theme">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.ViewerSettings.Theme.html#GrapeCity_ActiveReports_Blazor_Designer_ViewerSettings_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the UI theme for the viewer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
