# GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings" class="text-break">ReportServiceSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings necessary for establishing a connection to a Web API.</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">ReportServiceSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportServiceSettings</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>ReportServiceSettings</code> class contains the configuration required to connect to a Web API, including the base URL, security token, and a callback function for request customization.</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_Viewer_ReportServiceSettings__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings__ctor">ReportServiceSettings()</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_Viewer_ReportServiceSettings_OnRequest" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.OnRequest">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.OnRequest.html#GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_OnRequest">OnRequest</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a callback function that is invoked before any request is made to the Web API.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_SecurityToken" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.SecurityToken">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.SecurityToken.html#GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_SecurityToken">SecurityToken</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the security token required to access the Web API securely.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_Url" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.Url">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ReportServiceSettings.Url.html#GrapeCity_ActiveReports_Blazor_Viewer_ReportServiceSettings_Url">Url</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the URL used to connect to the Web API.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
