# C1.Web.Api.Report.SsrsHost

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Report_SsrsHost" data-uid="C1.Web.Api.Report.SsrsHost" class="text-break">SsrsHost Class
</h1>
  <div class="markdown level0 summary"><p>Represents the SSRS host.</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">SsrsHost</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Report.html">C1.Web.Api.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.Report.dll</h6>
  <h5 id="C1_Web_Api_Report_SsrsHost_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SsrsHost</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SsrsHost</code></pre>
  </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="C1_Web_Api_Report_SsrsHost__ctor_System_String_" data-uid="C1.Web.Api.Report.SsrsHost.#ctor(System.String)">
          <a class="xref" href="C1.Web.Api.Report.SsrsHost.-ctor.html#C1_Web_Api_Report_SsrsHost__ctor_System_String_">SsrsHost(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Web.Api.Report.SsrsHost.html">SsrsHost</a>.</p>
</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="C1_Web_Api_Report_SsrsHost_AuthenticationType" data-uid="C1.Web.Api.Report.SsrsHost.AuthenticationType">
          <a class="xref" href="C1.Web.Api.Report.SsrsHost.AuthenticationType.html#C1_Web_Api_Report_SsrsHost_AuthenticationType">AuthenticationType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of authentication used in SSRS connection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_SsrsHost_Credential" data-uid="C1.Web.Api.Report.SsrsHost.Credential">
          <a class="xref" href="C1.Web.Api.Report.SsrsHost.Credential.html#C1_Web_Api_Report_SsrsHost_Credential">Credential</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets credential used in SSRS connection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_SsrsHost_Timeout" data-uid="C1.Web.Api.Report.SsrsHost.Timeout">
          <a class="xref" href="C1.Web.Api.Report.SsrsHost.Timeout.html#C1_Web_Api_Report_SsrsHost_Timeout">Timeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of milliseconds to wait for server communications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_SsrsHost_WebServiceUrl" data-uid="C1.Web.Api.Report.SsrsHost.WebServiceUrl">
          <a class="xref" href="C1.Web.Api.Report.SsrsHost.WebServiceUrl.html#C1_Web_Api_Report_SsrsHost_WebServiceUrl">WebServiceUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the url of the SSRS web service.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
